Color Hex Logo

#b09674 Color Hex

#B09674
(176,150,116)
0 Favorites   0 Comments

Color spaces of #b09674

RGB 176150116
HSL0.090.280.57
HSV34°34°69°
CMYK 0.000.150.34   0.31
XYZ31.963232.303821.0736
Yxy32.30380.37450.3785
Hunter Lab56.83640.919617.8022
CIE-Lab63.59324.628021.5413

#b09674 color RGB value is (176,150,116).

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

The process color (four color CMYK) of #b09674 color hex is 0.00, 0.15, 0.34, 0.31. Web safe color of #b09674 is #999966. Color #b09674 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10010110 01110100
Octal 260 226 164
Decimal 176 150 116
Hex B0 96 74

RGB Percentages of Color #b09674

%39.82
%33.94
%26.24

CMYK Percentages of Color #b09674

%0
%15
%34
%31

Triadic Colors of #b09674

#b09674 #74b096 #9674b0

Analogous Colors of #b09674

#b09674 #acb074 #b07874

Monochromatic Colors of #b09674

#b09674

Complementary Color

#b09674 #748eb0

#b09674 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b09674 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b09674 Color CSS Codes

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

#b09674 Text Font Color

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

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


#b09674 Background Color

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

This div background color is #b09674


#b09674 Border Color

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

This div border color is #b09674


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b09674


Comments

No comments written yet.

Please login to write comment.