Color Hex Logo

#bd9581 Color Hex

#BD9581
(189,149,129)
0 Favorites   0 Comments

Color spaces of #bd9581

RGB 189149129
HSL0.060.310.62
HSV20°32°74°
CMYK 0.000.210.32   0.26
XYZ35.696233.898725.4306
Yxy33.89870.37560.3567
Hunter Lab58.22267.548614.8590
CIE-Lab64.882112.113316.2845

#bd9581 color RGB value is (189,149,129).

#bd9581 hex color red value is 189, green value is 149 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #bd9581 hue: 0.06 , saturation: 0.31 and the lightness value of bd9581 is 0.62.

The process color (four color CMYK) of #bd9581 color hex is 0.00, 0.21, 0.32, 0.26. Web safe color of #bd9581 is #cc9999. Color #bd9581 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10010101 10000001
Octal 275 225 201
Decimal 189 149 129
Hex BD 95 81

RGB Percentages of Color #bd9581

%40.47
%31.91
%27.62

CMYK Percentages of Color #bd9581

%0
%21
%32
%26

Triadic Colors of #bd9581

#bd9581 #81bd95 #9581bd

Analogous Colors of #bd9581

#bd9581 #bdb381 #bd818b

Monochromatic Colors of #bd9581

#bd9581

Complementary Color

#bd9581 #81a9bd

#bd9581 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd9581 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd9581 Color CSS Codes

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

#bd9581 Text Font Color

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

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


#bd9581 Background Color

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

This div background color is #bd9581


#bd9581 Border Color

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

This div border color is #bd9581


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd9581


Comments

No comments written yet.

Please login to write comment.