Color Hex Logo

#b09279 Color Hex

#B09279
(176,146,121)
0 Favorites   0 Comments

Color spaces of #b09279

RGB 176146121
HSL0.080.260.58
HSV27°31°69°
CMYK 0.000.170.31   0.31
XYZ31.634631.168422.4379
Yxy31.16840.37110.3657
Hunter Lab55.82873.444615.2510
CIE-Lab62.64957.499817.4698

#b09279 color RGB value is (176,146,121).

#b09279 hex color red value is 176, green value is 146 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #b09279 hue: 0.08 , saturation: 0.26 and the lightness value of b09279 is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 10010010 01111001
Octal 260 222 171
Decimal 176 146 121
Hex B0 92 79

RGB Percentages of Color #b09279

%39.73
%32.96
%27.31

CMYK Percentages of Color #b09279

%0
%17
%31
%31

Triadic Colors of #b09279

#b09279 #79b092 #9279b0

Analogous Colors of #b09279

#b09279 #b0ae79 #b0797c

Monochromatic Colors of #b09279

#b09279

Complementary Color

#b09279 #7997b0

#b09279 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b09279 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b09279 Color CSS Codes

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

#b09279 Text Font Color

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

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


#b09279 Background Color

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

This div background color is #b09279


#b09279 Border Color

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

This div border color is #b09279


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b09279


Comments

No comments written yet.

Please login to write comment.