Color Hex Logo

#bd997a Color Hex

#BD997A
(189,153,122)
0 Favorites   0 Comments

Color spaces of #bd997a

RGB 189153122
HSL0.080.340.61
HSV28°35°74°
CMYK 0.000.190.35   0.26
XYZ35.890435.006423.2776
Yxy35.00640.38110.3717
Hunter Lab59.16624.737818.0900
CIE-Lab65.75369.009621.3661

#bd997a color RGB value is (189,153,122).

#bd997a hex color red value is 189, green value is 153 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #bd997a hue: 0.08 , saturation: 0.34 and the lightness value of bd997a is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10011001 01111010
Octal 275 231 172
Decimal 189 153 122
Hex BD 99 7A

RGB Percentages of Color #bd997a

%40.73
%32.97
%26.29

CMYK Percentages of Color #bd997a

%0
%19
%35
%26

Triadic Colors of #bd997a

#bd997a #7abd99 #997abd

Analogous Colors of #bd997a

#bd997a #bdbb7a #bd7a7d

Monochromatic Colors of #bd997a

#bd997a

Complementary Color

#bd997a #7a9ebd

#bd997a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd997a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd997a Color CSS Codes

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

#bd997a Text Font Color

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

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


#bd997a Background Color

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

This div background color is #bd997a


#bd997a Border Color

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

This div border color is #bd997a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd997a


Comments

No comments written yet.

Please login to write comment.