Color Hex Logo

#b0906f Color Hex

#B0906F
(176,144,111)
0 Favorites   0 Comments

Color spaces of #b0906f

RGB 176144111
HSL0.080.290.56
HSV30°37°69°
CMYK 0.000.180.37   0.31
XYZ30.747030.324319.2716
Yxy30.32430.38270.3774
Hunter Lab55.06753.297517.7979
CIE-Lab61.93307.316722.0752

#b0906f color RGB value is (176,144,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 10010000 01101111
Octal 260 220 157
Decimal 176 144 111
Hex B0 90 6F

RGB Percentages of Color #b0906f

%40.84
%33.41
%25.75

CMYK Percentages of Color #b0906f

%0
%18
%37
%31

Triadic Colors of #b0906f

#b0906f #6fb090 #906fb0

Analogous Colors of #b0906f

#b0906f #b0b06f #b0706f

Monochromatic Colors of #b0906f

#b0906f

Complementary Color

#b0906f #6f8fb0

#b0906f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0906f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0906f Color CSS Codes

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

#b0906f Text Font Color

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

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


#b0906f Background Color

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

This div background color is #b0906f


#b0906f Border Color

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

This div border color is #b0906f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0906f

#b0906f Color Palettes


Comments

No comments written yet.

Please login to write comment.