Color Hex Logo

#bd9d6a Color Hex

#BD9D6A
(189,157,106)
0 Favorites   0 Comments

Color spaces of #bd9d6a

RGB 189157106
HSL0.100.390.58
HSV37°44°74°
CMYK 0.000.170.44   0.26
XYZ35.644835.973418.7005
Yxy35.97340.39470.3983
Hunter Lab59.97781.121323.4984
CIE-Lab66.49964.968031.0689

#bd9d6a color RGB value is (189,157,106).

#bd9d6a hex color red value is 189, green value is 157 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #bd9d6a hue: 0.10 , saturation: 0.39 and the lightness value of bd9d6a is 0.58.

The process color (four color CMYK) of #bd9d6a color hex is 0.00, 0.17, 0.44, 0.26. Web safe color of #bd9d6a is #cc9966. Color #bd9d6a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10011101 01101010
Octal 275 235 152
Decimal 189 157 106
Hex BD 9D 6A

RGB Percentages of Color #bd9d6a

%41.81
%34.73
%23.45

CMYK Percentages of Color #bd9d6a

%0
%17
%44
%26

Triadic Colors of #bd9d6a

#bd9d6a #6abd9d #9d6abd

Analogous Colors of #bd9d6a

#bd9d6a #b4bd6a #bd746a

Monochromatic Colors of #bd9d6a

#bd9d6a

Complementary Color

#bd9d6a #6a8abd

#bd9d6a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd9d6a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd9d6a Color CSS Codes

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

#bd9d6a Text Font Color

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

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


#bd9d6a Background Color

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

This div background color is #bd9d6a


#bd9d6a Border Color

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

This div border color is #bd9d6a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd9d6a


Comments

No comments written yet.

Please login to write comment.