#B9A255

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

Shades of Husk #B9A255

Tints of Husk #B9A255

Color information

#B9A255 (or 0xB9A255) is unknown color: approx Husk. HEX triplet: B9, A2 and 55. RGB value is (185,162,85). Sum of RGB (Red+Green+Blue) = 185+162+85=432 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.82% from 432); Green value is 162 (63.67% from 255 or 37.5% from 432); Blue value is 85 (33.59% from 255 or 19.68% from 432); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A255 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A255 is #465DAA. Grayscale: #A0A0A0. Windows color (decimal): -4611499 or 5612217. OLE color: 5612217.

HSL color Cylindrical-coordinate representation of color #B9A255: hue angle of 46.2º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B9A255 is Cyan = 0, Magento = 0.12, Yellow = 0.54 and Black (K on CMYK) = 0.27.

Color convert

RGB18516285-
CMYK00.120.540.27
HSL46.2º41.67%52.94%-
HSV(B)46.2º54.05%72.55%-
XYZ34.5736.8113.88-
YUV160.185.62145.76-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.82%
GREEN value IS 162 (63.67% from 255) = 37.5%
BLUE value IS 85 (33.59% from 255) = 19.68%
R=42.82%
G=37.5%
B=19.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851628500.120.540.2746.241.6752.94
HexB9A2550C361B2e2a35
Octal2712421250146633565265
Binary101110011010001010101010110011011011011101110101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A255; }

 p { color: rgb(185,162,85); }

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

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

 a { background-color: rgb(185,162,85); }

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

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

 span { border-color: rgb(185,162,85); }

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