Color Hex Logo

#b2876f Color Hex

#B2876F
(178,135,111)
0 Favorites   0 Comments

Color spaces of #b2876f

RGB 178135111
HSL0.060.300.57
HSV21°38°70°
CMYK 0.000.240.38   0.30
XYZ29.893327.940618.8565
Yxy27.94060.38980.3643
Hunter Lab52.85898.444215.8505
CIE-Lab59.835013.153219.2701

#b2876f color RGB value is (178,135,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 10000111 01101111
Octal 262 207 157
Decimal 178 135 111
Hex B2 87 6F

RGB Percentages of Color #b2876f

%41.98
%31.84
%26.18

CMYK Percentages of Color #b2876f

%0
%24
%38
%30

Triadic Colors of #b2876f

#b2876f #6fb287 #876fb2

Analogous Colors of #b2876f

#b2876f #b2a96f #b26f79

Monochromatic Colors of #b2876f

#b2876f

Complementary Color

#b2876f #6f9ab2

#b2876f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2876f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2876f Color CSS Codes

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

#b2876f Text Font Color

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

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


#b2876f Background Color

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

This div background color is #b2876f


#b2876f Border Color

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

This div border color is #b2876f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2876f


Comments

No comments written yet.

Please login to write comment.