Color Hex Logo

#b28870 Color Hex

#B28870
(178,136,112)
1 Favorites   0 Comments

Color spaces of #b28870

RGB 178136112
HSL0.060.300.57
HSV22°37°70°
CMYK 0.000.240.37   0.30
XYZ30.088928.243119.1949
Yxy28.24310.38810.3643
Hunter Lab53.14428.059715.7863
CIE-Lab60.107712.717819.0773

#b28870 color RGB value is (178,136,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 10001000 01110000
Octal 262 210 160
Decimal 178 136 112
Hex B2 88 70

RGB Percentages of Color #b28870

%41.78
%31.92
%26.29

CMYK Percentages of Color #b28870

%0
%24
%37
%30

Triadic Colors of #b28870

#b28870 #70b288 #8870b2

Analogous Colors of #b28870

#b28870 #b2a970 #b27079

Monochromatic Colors of #b28870

#b28870

Complementary Color

#b28870 #709ab2

#b28870 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b28870 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b28870 Color CSS Codes

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

#b28870 Text Font Color

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

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


#b28870 Background Color

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

This div background color is #b28870


#b28870 Border Color

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

This div border color is #b28870


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,136,112, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b28870


Comments

No comments written yet.

Please login to write comment.