Color Hex Logo

#b0986f Color Hex

#B0986F
(176,152,111)
0 Favorites   0 Comments

Color spaces of #b0986f

RGB 176152111
HSL0.110.290.56
HSV38°37°69°
CMYK 0.000.140.37   0.31
XYZ32.002032.834319.6899
Yxy32.83430.37860.3885
Hunter Lab57.3012-0.587219.7376
CIE-Lab64.02652.900824.8780

#b0986f color RGB value is (176,152,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 10011000 01101111
Octal 260 230 157
Decimal 176 152 111
Hex B0 98 6F

RGB Percentages of Color #b0986f

%40.09
%34.62
%25.28

CMYK Percentages of Color #b0986f

%0
%14
%37
%31

Triadic Colors of #b0986f

#b0986f #6fb098 #986fb0

Analogous Colors of #b0986f

#b0986f #a8b06f #b0786f

Monochromatic Colors of #b0986f

#b0986f

Complementary Color

#b0986f #6f87b0

#b0986f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0986f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0986f Color CSS Codes

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

#b0986f Text Font Color

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

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


#b0986f Background Color

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

This div background color is #b0986f


#b0986f Border Color

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

This div border color is #b0986f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,152,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 #b0986f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0986f


Comments

No comments written yet.

Please login to write comment.