Color Hex Logo

#b09067 Color Hex

#B09067
(176,144,103)
0 Favorites   0 Comments

Color spaces of #b09067

RGB 176144103
HSL0.090.320.55
HSV34°41°69°
CMYK 0.000.180.41   0.31
XYZ30.325930.155917.0543
Yxy30.15590.39110.3889
Hunter Lab54.91442.474620.0269
CIE-Lab61.78856.365526.3092

#b09067 color RGB value is (176,144,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 10010000 01100111
Octal 260 220 147
Decimal 176 144 103
Hex B0 90 67

RGB Percentages of Color #b09067

%41.61
%34.04
%24.35

CMYK Percentages of Color #b09067

%0
%18
%41
%31

Triadic Colors of #b09067

#b09067 #67b090 #9067b0

Analogous Colors of #b09067

#b09067 #acb067 #b06c67

Monochromatic Colors of #b09067

#b09067

Complementary Color

#b09067 #6787b0

#b09067 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b09067 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b09067 Color CSS Codes

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

#b09067 Text Font Color

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

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


#b09067 Background Color

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

This div background color is #b09067


#b09067 Border Color

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

This div border color is #b09067


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b09067


Comments

No comments written yet.

Please login to write comment.