Color Hex Logo

#b09071 Color Hex

#B09071
(176,144,113)
0 Favorites   0 Comments

Color spaces of #b09071

RGB 176144113
HSL0.080.290.57
HSV30°36°69°
CMYK 0.000.180.36   0.31
XYZ30.858430.368919.8582
Yxy30.36890.38060.3745
Hunter Lab55.10803.514317.2104
CIE-Lab61.97127.566121.0131

#b09071 color RGB value is (176,144,113).

#b09071 hex color red value is 176, green value is 144 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #b09071 hue: 0.08 , saturation: 0.29 and the lightness value of b09071 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 10010000 01110001
Octal 260 220 161
Decimal 176 144 113
Hex B0 90 71

RGB Percentages of Color #b09071

%40.65
%33.26
%26.10

CMYK Percentages of Color #b09071

%0
%18
%36
%31

Triadic Colors of #b09071

#b09071 #71b090 #9071b0

Analogous Colors of #b09071

#b09071 #b0b071 #b07172

Monochromatic Colors of #b09071

#b09071

Complementary Color

#b09071 #7191b0

#b09071 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b09071 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b09071 Color CSS Codes

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

#b09071 Text Font Color

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

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


#b09071 Background Color

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

This div background color is #b09071


#b09071 Border Color

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

This div border color is #b09071


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b09071


Comments

No comments written yet.

Please login to write comment.