#BD9F52

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

Shades of Husk #BD9F52

Tints of Husk #BD9F52

Color information

#BD9F52 (or 0xBD9F52) is unknown color: approx Husk. HEX triplet: BD, 9F and 52. RGB value is (189,159,82). Sum of RGB (Red+Green+Blue) = 189+159+82=430 (56% of max value = 765). Red value is 189 (74.22% from 255 or 43.95% from 430); Green value is 159 (62.5% from 255 or 36.98% from 430); Blue value is 82 (32.42% from 255 or 19.07% from 430); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9F52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9F52 is #4260AD. Grayscale: #9F9F9F. Windows color (decimal): -4350126 or 5414845. OLE color: 5414845.

HSL color Cylindrical-coordinate representation of color #BD9F52: hue angle of 43.18º 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 #BD9F52 is Cyan = 0, Magento = 0.16, Yellow = 0.57 and Black (K on CMYK) = 0.26.

Color convert

RGB18915982-
CMYK00.160.570.26
HSL43.18º44.77%53.14%-
HSV(B)43.18º56.61%74.12%-
XYZ34.9136.2213.13-
YUV159.1984.44149.26-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.95%
GREEN value IS 159 (62.5% from 255) = 36.98%
BLUE value IS 82 (32.42% from 255) = 19.07%
R=43.95%
G=36.98%
B=19.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.57
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891598200.160.570.2643.1844.7753.14
HexBD9F52010391A2b2d35
Octal2752371220207132535565
Binary1011110110011111101001001000011100111010101011101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9F52; }

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

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

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

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

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

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

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

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