Color Hex Logo

#b8864b Color Hex

#B8864B
(184,134,75)
0 Favorites   0 Comments

Color spaces of #b8864b

RGB 18413475
HSL0.090.430.51
HSV32°59°72°
CMYK 0.000.270.59   0.28
XYZ29.562327.748510.4545
Yxy27.74850.43620.4095
Hunter Lab52.67687.989925.1068
CIE-Lab59.660812.644438.8675

#b8864b color RGB value is (184,134,75).

#b8864b hex color red value is 184, green value is 134 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #b8864b hue: 0.09 , saturation: 0.43 and the lightness value of b8864b is 0.51.

The process color (four color CMYK) of #b8864b color hex is 0.00, 0.27, 0.59, 0.28. Web safe color of #b8864b is #cc9933. Color #b8864b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10000110 01001011
Octal 270 206 113
Decimal 184 134 75
Hex B8 86 4B

RGB Percentages of Color #b8864b

%46.82
%34.10
%19.08

CMYK Percentages of Color #b8864b

%0
%27
%59
%28

Triadic Colors of #b8864b

#b8864b #4bb886 #864bb8

Analogous Colors of #b8864b

#b8864b #b4b84b #b84f4b

Monochromatic Colors of #b8864b

#b8864b

Complementary Color

#b8864b #4b7db8

#b8864b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8864b Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8864b Color CSS Codes

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

#b8864b Text Font Color

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

This sample text font color is #b8864b
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.


#b8864b Background Color

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

This div background color is #b8864b


#b8864b Border Color

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

This div border color is #b8864b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8864b


Comments

No comments written yet.

Please login to write comment.