Color Hex Logo

#bd976e Color Hex

#BD976E
(189,151,110)
0 Favorites   0 Comments

Color spaces of #bd976e

RGB 189151110
HSL0.090.370.59
HSV31°42°74°
CMYK 0.000.200.42   0.26
XYZ34.867334.077819.4918
Yxy34.07780.39430.3853
Hunter Lab58.37624.457321.0664
CIE-Lab65.02438.686226.9789

#bd976e color RGB value is (189,151,110).

#bd976e hex color red value is 189, green value is 151 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #bd976e hue: 0.09 , saturation: 0.37 and the lightness value of bd976e is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10010111 01101110
Octal 275 227 156
Decimal 189 151 110
Hex BD 97 6E

RGB Percentages of Color #bd976e

%42.00
%33.56
%24.44

CMYK Percentages of Color #bd976e

%0
%20
%42
%26

Triadic Colors of #bd976e

#bd976e #6ebd97 #976ebd

Analogous Colors of #bd976e

#bd976e #bcbd6e #bd706e

Monochromatic Colors of #bd976e

#bd976e

Complementary Color

#bd976e #6e94bd

#bd976e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd976e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd976e Color CSS Codes

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

#bd976e Text Font Color

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

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


#bd976e Background Color

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

This div background color is #bd976e


#bd976e Border Color

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

This div border color is #bd976e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd976e


Comments

No comments written yet.

Please login to write comment.