Color Hex Logo

#bd888a Color Hex

#BD888A
(189,136,138)
0 Favorites   0 Comments

Color spaces of #bd888a

RGB 189136138
HSL0.990.290.64
HSV358°28°74°
CMYK 0.000.280.27   0.26
XYZ34.377930.262128.0740
Yxy30.26210.37080.3264
Hunter Lab55.011015.28048.2500
CIE-Lab61.879720.55786.9804

#bd888a color RGB value is (189,136,138).

#bd888a hex color red value is 189, green value is 136 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #bd888a hue: 0.99 , saturation: 0.29 and the lightness value of bd888a is 0.64.

The process color (four color CMYK) of #bd888a color hex is 0.00, 0.28, 0.27, 0.26. Web safe color of #bd888a is #cc9999. Color #bd888a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10001000 10001010
Octal 275 210 212
Decimal 189 136 138
Hex BD 88 8A

RGB Percentages of Color #bd888a

%40.82
%29.37
%29.81

CMYK Percentages of Color #bd888a

%0
%28
%27
%26

Triadic Colors of #bd888a

#bd888a #8abd88 #888abd

Analogous Colors of #bd888a

#bd888a #bda188 #bd88a5

Monochromatic Colors of #bd888a

#bd888a

Complementary Color

#bd888a #88bdbb

#bd888a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd888a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd888a Color CSS Codes

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

#bd888a Text Font Color

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

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


#bd888a Background Color

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

This div background color is #bd888a


#bd888a Border Color

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

This div border color is #bd888a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd888a


Comments

No comments written yet.

Please login to write comment.