Color Hex Logo

#b07376 Color Hex

#B07376
(176,115,118)
0 Favorites   0 Comments

Color spaces of #b07376

RGB 176115118
HSL0.990.280.57
HSV357°35°69°
CMYK 0.000.350.33   0.31
XYZ27.305222.799620.1012
Yxy22.79960.38890.3248
Hunter Lab47.748918.51458.4645
CIE-Lab54.865324.46388.3007

#b07376 color RGB value is (176,115,118).

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

The process color (four color CMYK) of #b07376 color hex is 0.00, 0.35, 0.33, 0.31. Web safe color of #b07376 is #996666. Color #b07376 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01110011 01110110
Octal 260 163 166
Decimal 176 115 118
Hex B0 73 76

RGB Percentages of Color #b07376

%43.03
%28.12
%28.85

CMYK Percentages of Color #b07376

%0
%35
%33
%31

Triadic Colors of #b07376

#b07376 #76b073 #7376b0

Analogous Colors of #b07376

#b07376 #b08f73 #b07395

Monochromatic Colors of #b07376

#b07376

Complementary Color

#b07376 #73b0ad

#b07376 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b07376 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b07376 Color CSS Codes

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

#b07376 Text Font Color

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

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


#b07376 Background Color

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

This div background color is #b07376


#b07376 Border Color

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

This div border color is #b07376


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b07376


Comments

No comments written yet.

Please login to write comment.