Color Hex Logo

#b07966 Color Hex

#B07966
(176,121,102)
0 Favorites   0 Comments

Color spaces of #b07966

RGB 176121102
HSL0.040.320.55
HSV15°42°69°
CMYK 0.000.310.42   0.31
XYZ27.140123.864215.7462
Yxy23.86420.40660.3575
Hunter Lab48.851013.679815.0847
CIE-Lab55.951619.115419.0756

#b07966 color RGB value is (176,121,102).

#b07966 hex color red value is 176, green value is 121 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #b07966 hue: 0.04 , saturation: 0.32 and the lightness value of b07966 is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 01111001 01100110
Octal 260 171 146
Decimal 176 121 102
Hex B0 79 66

RGB Percentages of Color #b07966

%44.11
%30.33
%25.56

CMYK Percentages of Color #b07966

%0
%31
%42
%31

Triadic Colors of #b07966

#b07966 #66b079 #7966b0

Analogous Colors of #b07966

#b07966 #b09e66 #b06678

Monochromatic Colors of #b07966

#b07966

Complementary Color

#b07966 #669db0

#b07966 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b07966 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b07966 Color CSS Codes

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

#b07966 Text Font Color

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

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


#b07966 Background Color

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

This div background color is #b07966


#b07966 Border Color

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

This div border color is #b07966


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b07966


Comments

No comments written yet.

Please login to write comment.