#B9A150

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

Shades of Husk #B9A150

Tints of Husk #B9A150

Color information

#B9A150 (or 0xB9A150) is unknown color: approx Husk. HEX triplet: B9, A1 and 50. RGB value is (185,161,80). Sum of RGB (Red+Green+Blue) = 185+161+80=426 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.43% from 426); Green value is 161 (63.28% from 255 or 37.79% from 426); Blue value is 80 (31.64% from 255 or 18.78% from 426); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A150 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A150 is #465EAF. Grayscale: #9F9F9F. Windows color (decimal): -4611760 or 5284281. OLE color: 5284281.

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

Color convert

RGB18516180-
CMYK00.130.570.27
HSL46.29º42.86%51.96%-
HSV(B)46.29º56.76%72.55%-
XYZ34.236.3812.81-
YUV158.9483.45146.59-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.43%
GREEN value IS 161 (63.28% from 255) = 37.79%
BLUE value IS 80 (31.64% from 255) = 18.78%
R=43.43%
G=37.79%
B=18.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851618000.130.570.2746.2942.8651.96
HexB9A1500D391B2e2b34
Octal2712411200157133565364
Binary101110011010000110100000110111100111011101110101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A150; }

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

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

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

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

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

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

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

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