#BD9F49

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

Shades of Husk #BD9F49

Tints of Husk #BD9F49

Color information

#BD9F49 (or 0xBD9F49) is unknown color: approx Husk. HEX triplet: BD, 9F and 49. RGB value is (189,159,73). Sum of RGB (Red+Green+Blue) = 189+159+73=421 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.89% from 421); Green value is 159 (62.5% from 255 or 37.77% from 421); Blue value is 73 (28.91% from 255 or 17.34% from 421); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9F49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9F49 is #4260B6. Grayscale: #9E9E9E. Windows color (decimal): -4350135 or 4825021. OLE color: 4825021.

HSL color Cylindrical-coordinate representation of color #BD9F49: hue angle of 44.48º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BD9F49 is Cyan = 0, Magento = 0.16, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB18915973-
CMYK00.160.610.26
HSL44.48º46.77%51.37%-
HSV(B)44.48º61.38%74.12%-
XYZ34.5936.111.45-
YUV158.1779.94149.99-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.89%
GREEN value IS 159 (62.5% from 255) = 37.77%
BLUE value IS 73 (28.91% from 255) = 17.34%
R=44.89%
G=37.77%
B=17.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.61
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891597300.160.610.2644.4846.7751.37
HexBD9F490103D1A2c2f33
Octal2752371110207532545763
Binary1011110110011111100100101000011110111010101100101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9F49; }

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

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

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

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

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

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

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

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