Color Hex Logo

#bd977a Color Hex

#BD977A
(189,151,122)
0 Favorites   0 Comments

Color spaces of #bd977a

RGB 189151122
HSL0.070.340.61
HSV26°35°74°
CMYK 0.000.200.35   0.26
XYZ35.565734.357223.1694
Yxy34.35720.38200.3691
Hunter Lab58.61505.731817.5943
CIE-Lab65.245110.108420.6749

#bd977a color RGB value is (189,151,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10010111 01111010
Octal 275 227 172
Decimal 189 151 122
Hex BD 97 7A

RGB Percentages of Color #bd977a

%40.91
%32.68
%26.41

CMYK Percentages of Color #bd977a

%0
%20
%35
%26

Triadic Colors of #bd977a

#bd977a #7abd97 #977abd

Analogous Colors of #bd977a

#bd977a #bdb97a #bd7a7f

Monochromatic Colors of #bd977a

#bd977a

Complementary Color

#bd977a #7aa0bd

#bd977a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd977a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd977a Color CSS Codes

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

#bd977a Text Font Color

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

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


#bd977a Background Color

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

This div background color is #bd977a


#bd977a Border Color

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

This div border color is #bd977a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,151,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 #bd977a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd977a


Comments

No comments written yet.

Please login to write comment.