#BD9E50

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

Shades of Husk #BD9E50

Tints of Husk #BD9E50

Color information

#BD9E50 (or 0xBD9E50) is unknown color: approx Husk. HEX triplet: BD, 9E and 50. RGB value is (189,158,80). Sum of RGB (Red+Green+Blue) = 189+158+80=427 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.26% from 427); Green value is 158 (62.11% from 255 or 37.00% from 427); Blue value is 80 (31.64% from 255 or 18.74% from 427); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9E50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9E50 is #4261AF. Grayscale: #9E9E9E. Windows color (decimal): -4350384 or 5283517. OLE color: 5283517.

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

Color convert

RGB18915880-
CMYK00.160.580.26
HSL42.94º45.23%52.75%-
HSV(B)42.94º57.67%74.12%-
XYZ34.6635.8512.68-
YUV158.3883.77149.84-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.26%
GREEN value IS 158 (62.11% from 255) = 37.00%
BLUE value IS 80 (31.64% from 255) = 18.74%
R=44.26%
G=37.00%
B=18.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.58
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891588000.160.580.2642.9445.2352.75
HexBD9E500103A1A2b2d35
Octal2752361200207232535565
Binary1011110110011110101000001000011101011010101011101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD9E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD9E50; }

 p { color: rgb(189,158,80); }

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

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

 a { background-color: rgb(189,158,80); }

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

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

 span { border-color: rgb(189,158,80); }

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