#B9A050

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

Shades of Husk #B9A050

Tints of Husk #B9A050

Color information

#B9A050 (or 0xB9A050) is unknown color: approx Husk. HEX triplet: B9, A0 and 50. RGB value is (185,160,80). Sum of RGB (Red+Green+Blue) = 185+160+80=425 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.53% from 425); Green value is 160 (62.89% from 255 or 37.65% from 425); Blue value is 80 (31.64% from 255 or 18.82% from 425); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A050 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A050 is #465FAF. Grayscale: #9E9E9E. Windows color (decimal): -4612016 or 5284025. OLE color: 5284025.

HSL color Cylindrical-coordinate representation of color #B9A050: hue angle of 45.71º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B9A050 is Cyan = 0, Magento = 0.14, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB18516080-
CMYK00.140.570.27
HSL45.71º42.86%51.96%-
HSV(B)45.71º56.76%72.55%-
XYZ34.0336.0412.75-
YUV158.3583.78147-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.53%
GREEN value IS 160 (62.89% from 255) = 37.65%
BLUE value IS 80 (31.64% from 255) = 18.82%
R=43.53%
G=37.65%
B=18.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851608000.140.570.2745.7142.8651.96
HexB9A0500E391B2e2b34
Octal2712401200167133565364
Binary101110011010000010100000111011100111011101110101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A050; }

 p { color: rgb(185,160,80); }

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

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

 a { background-color: rgb(185,160,80); }

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

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

 span { border-color: rgb(185,160,80); }

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