Color Hex Logo

#b2986f Color Hex

#B2986F
(178,152,111)
0 Favorites   0 Comments

Color spaces of #b2986f

RGB 178152111
HSL0.100.300.57
HSV37°38°70°
CMYK 0.000.150.38   0.30
XYZ32.457633.069119.7112
Yxy33.06910.38080.3880
Hunter Lab57.50570.114619.9312
CIE-Lab64.21683.723525.1653

#b2986f color RGB value is (178,152,111).

#b2986f hex color red value is 178, green value is 152 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #b2986f hue: 0.10 , saturation: 0.30 and the lightness value of b2986f is 0.57.

The process color (four color CMYK) of #b2986f color hex is 0.00, 0.15, 0.38, 0.30. Web safe color of #b2986f is #999966. Color #b2986f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10011000 01101111
Octal 262 230 157
Decimal 178 152 111
Hex B2 98 6F

RGB Percentages of Color #b2986f

%40.36
%34.47
%25.17

CMYK Percentages of Color #b2986f

%0
%15
%38
%30

Triadic Colors of #b2986f

#b2986f #6fb298 #986fb2

Analogous Colors of #b2986f

#b2986f #abb26f #b2776f

Monochromatic Colors of #b2986f

#b2986f

Complementary Color

#b2986f #6f89b2

#b2986f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2986f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2986f Color CSS Codes

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

#b2986f Text Font Color

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

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


#b2986f Background Color

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

This div background color is #b2986f


#b2986f Border Color

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

This div border color is #b2986f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2986f


Comments

No comments written yet.

Please login to write comment.