color codes Logo

#b86a1d color codes

#B86A1D
(184,106,29)
0 Favorites   0 Comments

Color spaces of #b86a1d

RGB 18410629
HSL0.080.730.42
HSV30°84°72°
CMYK 0.000.420.84   0.28
XYZ25.143020.58713.8109
Yxy20.58710.50750.4156
Hunter Lab45.373019.511226.7813
CIE-Lab52.494625.733552.6729

#b86a1d color RGB value is (184,106,29).

#b86a1d hex color red value is 184, green value is 106 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #b86a1d hue: 0.08 , saturation: 0.73 and the lightness value of b86a1d is 0.42.

The process color (four color CMYK) of #b86a1d color code is 0.00, 0.42, 0.84, 0.28. Web safe color of #b86a1d is #cc6633. Color #b86a1d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01101010 00011101
Octal 270 152 35
Decimal 184 106 29
Hex B8 6A 1D

RGB Percentages of Color #b86a1d

%57.68
%33.23
%9.09

CMYK Percentages of Color #b86a1d

%0
%42
%84
%28

Triadic Colors of #b86a1d

#b86a1d #1db86a #6a1db8

Analogous Colors of #b86a1d

#b86a1d #b8b81d #b81d1d

Monochromatic Colors of #b86a1d

#b86a1d

Complementary Color

#b86a1d #1d6bb8

#b86a1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b86a1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b86a1d Color CSS Codes

.mybgcolor {background-color:#b86a1d; } 
.myforecolor {color:#b86a1d; }
.mybordercolor {border:3px solid #b86a1d; }

#b86a1d Text Font Color

<p style="color:#b86a1d">Text here</p>

This sample text font color is #b86a1d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#b86a1d Background Color

<div style="background-color:#b86a1d">
Div content here</div>

This div background color is #b86a1d


#b86a1d Border Color

<div style="border:3px solid #b86a1d">
Div here</div>

This div border color is #b86a1d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(184,106,29, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b86a1d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b86a1d;
  -webkit-box-shadow: 1px 1px 3px 2px #b86a1d;
  box-shadow:         1px 1px 3px 2px #b86a1d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,106,29, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b86a1d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #b86a1d;
  -webkit-box-shadow: 1px 1px 3px 2px #b86a1d;
  box-shadow:         1px 1px 3px 2px #b86a1d;">
Div content here</div>

This div box has shadow with color #b86a1d


Comments

No comments written yet.

Please login to write comment.