Color Hex Logo

#b87376 Color Hex

#B87376
(184,115,118)
0 Favorites   0 Comments

Color spaces of #b87376

RGB 184115118
HSL0.990.330.59
HSV357°38°72°
CMYK 0.000.380.36   0.28
XYZ29.167923.759820.1883
Yxy23.75980.39890.3250
Hunter Lab48.744021.51049.5647
CIE-Lab55.846527.57229.8282

#b87376 color RGB value is (184,115,118).

#b87376 hex color red value is 184, green value is 115 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #b87376 hue: 0.99 , saturation: 0.33 and the lightness value of b87376 is 0.59.

The process color (four color CMYK) of #b87376 color hex is 0.00, 0.38, 0.36, 0.28. Web safe color of #b87376 is #cc6666. Color #b87376 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01110011 01110110
Octal 270 163 166
Decimal 184 115 118
Hex B8 73 76

RGB Percentages of Color #b87376

%44.12
%27.58
%28.30

CMYK Percentages of Color #b87376

%0
%38
%36
%28

Triadic Colors of #b87376

#b87376 #76b873 #7376b8

Analogous Colors of #b87376

#b87376 #b89373 #b87399

Monochromatic Colors of #b87376

#b87376

Complementary Color

#b87376 #73b8b5

#b87376 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b87376 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b87376 Color CSS Codes

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

#b87376 Text Font Color

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

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


#b87376 Background Color

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

This div background color is #b87376


#b87376 Border Color

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

This div border color is #b87376


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b87376


Comments

No comments written yet.

Please login to write comment.