Color Hex Logo

#b2897e Color Hex

#B2897E
(178,137,126)
0 Favorites   0 Comments

Color spaces of #b2897e

RGB 178137126
HSL0.040.250.60
HSV13°29°70°
CMYK 0.000.230.29   0.30
XYZ31.071728.862723.6721
Yxy28.86270.37160.3452
Hunter Lab53.72409.219811.4822
CIE-Lab60.660314.006711.9126

#b2897e color RGB value is (178,137,126).

#b2897e hex color red value is 178, green value is 137 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #b2897e hue: 0.04 , saturation: 0.25 and the lightness value of b2897e is 0.60.

The process color (four color CMYK) of #b2897e color hex is 0.00, 0.23, 0.29, 0.30. Web safe color of #b2897e is #999966. Color #b2897e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10001001 01111110
Octal 262 211 176
Decimal 178 137 126
Hex B2 89 7E

RGB Percentages of Color #b2897e

%40.36
%31.07
%28.57

CMYK Percentages of Color #b2897e

%0
%23
%29
%30

Triadic Colors of #b2897e

#b2897e #7eb289 #897eb2

Analogous Colors of #b2897e

#b2897e #b2a37e #b27e8d

Monochromatic Colors of #b2897e

#b2897e

Complementary Color

#b2897e #7ea7b2

#b2897e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2897e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2897e Color CSS Codes

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

#b2897e Text Font Color

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

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


#b2897e Background Color

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

This div background color is #b2897e


#b2897e Border Color

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

This div border color is #b2897e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2897e


Comments

No comments written yet.

Please login to write comment.