Color Hex Logo

#b87164 Color Hex

#B87164
(184,113,100)
0 Favorites   0 Comments

Color spaces of #b87164

RGB 184113100
HSL0.030.370.56
HSV46°72°
CMYK 0.000.390.46   0.28
XYZ27.972522.920715.0064
Yxy22.92070.42450.3478
Hunter Lab47.875620.510914.9287
CIE-Lab54.990626.589919.0892

#b87164 color RGB value is (184,113,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01110001 01100100
Octal 270 161 144
Decimal 184 113 100
Hex B8 71 64

RGB Percentages of Color #b87164

%46.35
%28.46
%25.19

CMYK Percentages of Color #b87164

%0
%39
%46
%28

Triadic Colors of #b87164

#b87164 #64b871 #7164b8

Analogous Colors of #b87164

#b87164 #b89b64 #b86481

Monochromatic Colors of #b87164

#b87164

Complementary Color

#b87164 #64abb8

#b87164 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b87164 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b87164 Color CSS Codes

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

#b87164 Text Font Color

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

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


#b87164 Background Color

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

This div background color is #b87164


#b87164 Border Color

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

This div border color is #b87164


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,113,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 #b87164">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b87164


Comments

No comments written yet.

Please login to write comment.