Color Hex Logo

#b87964 Color Hex

#B87964
(184,121,100)
0 Favorites   0 Comments

Color spaces of #b87964

RGB 184121100
HSL0.040.370.56
HSV15°46°72°
CMYK 0.000.340.46   0.28
XYZ28.904824.785215.3172
Yxy24.78520.41890.3592
Hunter Lab49.784716.513016.6076
CIE-Lab56.865522.162721.6135

#b87964 color RGB value is (184,121,100).

#b87964 hex color red value is 184, green value is 121 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #b87964 hue: 0.04 , saturation: 0.37 and the lightness value of b87964 is 0.56.

The process color (four color CMYK) of #b87964 color hex is 0.00, 0.34, 0.46, 0.28. Web safe color of #b87964 is #cc6666. Color #b87964 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01111001 01100100
Octal 270 171 144
Decimal 184 121 100
Hex B8 79 64

RGB Percentages of Color #b87964

%45.43
%29.88
%24.69

CMYK Percentages of Color #b87964

%0
%34
%46
%28

Triadic Colors of #b87964

#b87964 #64b879 #7964b8

Analogous Colors of #b87964

#b87964 #b8a364 #b86479

Monochromatic Colors of #b87964

#b87964

Complementary Color

#b87964 #64a3b8

#b87964 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b87964 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b87964 Color CSS Codes

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

#b87964 Text Font Color

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

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


#b87964 Background Color

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

This div background color is #b87964


#b87964 Border Color

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

This div border color is #b87964


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b87964

#b87964 Color Palettes


Comments

No comments written yet.

Please login to write comment.