Color Hex Logo

#bd897a Color Hex

#BD897A
(189,137,122)
0 Favorites   0 Comments

Color spaces of #bd897a

RGB 189137122
HSL0.040.340.61
HSV13°35°74°
CMYK 0.000.280.35   0.26
XYZ33.444830.115322.4625
Yxy30.11530.38880.3501
Hunter Lab54.877412.750614.1455
CIE-Lab61.753617.848815.8819

#bd897a color RGB value is (189,137,122).

#bd897a hex color red value is 189, green value is 137 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #bd897a hue: 0.04 , saturation: 0.34 and the lightness value of bd897a is 0.61.

The process color (four color CMYK) of #bd897a color hex is 0.00, 0.28, 0.35, 0.26. Web safe color of #bd897a is #cc9966. Color #bd897a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10001001 01111010
Octal 275 211 172
Decimal 189 137 122
Hex BD 89 7A

RGB Percentages of Color #bd897a

%42.19
%30.58
%27.23

CMYK Percentages of Color #bd897a

%0
%28
%35
%26

Triadic Colors of #bd897a

#bd897a #7abd89 #897abd

Analogous Colors of #bd897a

#bd897a #bdab7a #bd7a8d

Monochromatic Colors of #bd897a

#bd897a

Complementary Color

#bd897a #7aaebd

#bd897a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd897a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd897a Color CSS Codes

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

#bd897a Text Font Color

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

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


#bd897a Background Color

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

This div background color is #bd897a


#bd897a Border Color

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

This div border color is #bd897a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd897a


Comments

No comments written yet.

Please login to write comment.