#BD9C52

Color #BD9C52 Husk (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Husk #BD9C52

Tints of Husk #BD9C52

Color information

#BD9C52 (or 0xBD9C52) is unknown color: approx Husk. HEX triplet: BD, 9C and 52. RGB value is (189,156,82). Sum of RGB (Red+Green+Blue) = 189+156+82=427 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.26% from 427); Green value is 156 (61.33% from 255 or 36.53% from 427); Blue value is 82 (32.42% from 255 or 19.20% from 427); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9C52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9C52 is #4263AD. Grayscale: #9D9D9D. Windows color (decimal): -4350894 or 5414077. OLE color: 5414077.

HSL color Cylindrical-coordinate representation of color #BD9C52: hue angle of 41.5º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BD9C52 is Cyan = 0, Magento = 0.17, Yellow = 0.57 and Black (K on CMYK) = 0.26.

Color convert

RGB18915682-
CMYK00.170.570.26
HSL41.5º44.77%53.14%-
HSV(B)41.5º56.61%74.12%-
XYZ34.435.212.96-
YUV157.4385.43150.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 189 (74.22% from 255) = 44.26%
GREEN value IS 156 (61.33% from 255) = 36.53%
BLUE value IS 82 (32.42% from 255) = 19.20%
R=44.26%
G=36.53%
B=19.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.57
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891568200.170.570.2641.544.7753.14
HexBD9C52011391A292d35
Octal2752341220217132515565
Binary1011110110011100101001001000111100111010101001101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9C52; }

 p { color: rgb(189,156,82); }

 H1.HeaderClassName
 {
   color: #BD9C52;
 }
 .AnyTagClassName
 {
   color: #BD9C52;
 }
</style>
background-color css

<style>
 a { background-color: #BD9C52; }

 a { background-color: rgb(189,156,82); }

 div.DivClassName
 {
   background-color: #BD9C52;
 }
 .BgClassName
 {
   background-color: #BD9C52;
 }
</style>
border-color css

<style>
 span { border-color: #BD9C52; }

 span { border-color: rgb(189,156,82); }

 td.TdClassName
 {
   border-color: #BD9C52;
 }
 .TagClassName
 {
   border-color: #BD9C52;
 }
</style>