#B9A156

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

Shades of Husk #B9A156

Tints of Husk #B9A156

Color information

#B9A156 (or 0xB9A156) is unknown color: approx Husk. HEX triplet: B9, A1 and 56. RGB value is (185,161,86). Sum of RGB (Red+Green+Blue) = 185+161+86=432 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.82% from 432); Green value is 161 (63.28% from 255 or 37.27% from 432); Blue value is 86 (33.98% from 255 or 19.91% from 432); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A156 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A156 is #465EA9. Grayscale: #9F9F9F. Windows color (decimal): -4611754 or 5677497. OLE color: 5677497.

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

Color convert

RGB18516186-
CMYK00.130.540.27
HSL45.45º41.42%53.14%-
HSV(B)45.45º53.51%72.55%-
XYZ34.4336.4814.03-
YUV159.6386.45146.1-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.82%
GREEN value IS 161 (63.28% from 255) = 37.27%
BLUE value IS 86 (33.98% from 255) = 19.91%
R=42.82%
G=37.27%
B=19.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851618600.130.540.2745.4541.4253.14
HexB9A1560D361B2d2935
Octal2712411260156633555165
Binary101110011010000110101100110111011011011101101101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A156; }

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

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

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

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

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

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

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

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