Color Hex Logo

#bd987b Color Hex

#BD987B
(189,152,123)
0 Favorites   0 Comments

Color spaces of #bd987b

RGB 189152123
HSL0.070.330.61
HSV26°35°74°
CMYK 0.000.200.35   0.26
XYZ35.789734.705423.5514
Yxy34.70540.38060.3690
Hunter Lab58.91135.347317.5351
CIE-Lab65.51879.684120.4939

#bd987b color RGB value is (189,152,123).

#bd987b hex color red value is 189, green value is 152 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #bd987b hue: 0.07 , saturation: 0.33 and the lightness value of bd987b is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10011000 01111011
Octal 275 230 173
Decimal 189 152 123
Hex BD 98 7B

RGB Percentages of Color #bd987b

%40.73
%32.76
%26.51

CMYK Percentages of Color #bd987b

%0
%20
%35
%26

Triadic Colors of #bd987b

#bd987b #7bbd98 #987bbd

Analogous Colors of #bd987b

#bd987b #bdb97b #bd7b7f

Monochromatic Colors of #bd987b

#bd987b

Complementary Color

#bd987b #7ba0bd

#bd987b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd987b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd987b Color CSS Codes

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

#bd987b Text Font Color

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

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


#bd987b Background Color

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

This div background color is #bd987b


#bd987b Border Color

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

This div border color is #bd987b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd987b


Comments

No comments written yet.

Please login to write comment.