Color Hex Logo

#bd9487 Color Hex

#BD9487
(189,148,135)
0 Favorites   0 Comments

Color spaces of #bd9487

RGB 189148135
HSL0.040.290.64
HSV14°29°74°
CMYK 0.000.220.29   0.26
XYZ35.949333.747927.5409
Yxy33.74790.36970.3471
Hunter Lab58.09298.797412.5567
CIE-Lab64.762013.481612.7607

#bd9487 color RGB value is (189,148,135).

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

The process color (four color CMYK) of #bd9487 color hex is 0.00, 0.22, 0.29, 0.26. Web safe color of #bd9487 is #cc9999. Color #bd9487 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10010100 10000111
Octal 275 224 207
Decimal 189 148 135
Hex BD 94 87

RGB Percentages of Color #bd9487

%40.04
%31.36
%28.60

CMYK Percentages of Color #bd9487

%0
%22
%29
%26

Triadic Colors of #bd9487

#bd9487 #87bd94 #9487bd

Analogous Colors of #bd9487

#bd9487 #bdaf87 #bd8795

Monochromatic Colors of #bd9487

#bd9487

Complementary Color

#bd9487 #87b0bd

#bd9487 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd9487 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd9487 Color CSS Codes

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

#bd9487 Text Font Color

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

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


#bd9487 Background Color

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

This div background color is #bd9487


#bd9487 Border Color

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

This div border color is #bd9487


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd9487


Comments

No comments written yet.

Please login to write comment.