#B9A254

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

Shades of Husk #B9A254

Tints of Husk #B9A254

Color information

#B9A254 (or 0xB9A254) is unknown color: approx Husk. HEX triplet: B9, A2 and 54. RGB value is (185,162,84). Sum of RGB (Red+Green+Blue) = 185+162+84=431 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.92% from 431); Green value is 162 (63.67% from 255 or 37.59% from 431); Blue value is 84 (33.20% from 255 or 19.49% from 431); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A254 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A254 is #465DAB. Grayscale: #A0A0A0. Windows color (decimal): -4611500 or 5546681. OLE color: 5546681.

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

Color convert

RGB18516284-
CMYK00.120.550.27
HSL46.34º41.91%52.75%-
HSV(B)46.34º54.59%72.55%-
XYZ34.5336.813.67-
YUV159.9885.12145.84-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.92%
GREEN value IS 162 (63.67% from 255) = 37.59%
BLUE value IS 84 (33.20% from 255) = 19.49%
R=42.92%
G=37.59%
B=19.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851628400.120.550.2746.3441.9152.75
HexB9A2540C371B2e2a35
Octal2712421240146733565265
Binary101110011010001010101000110011011111011101110101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A254; }

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

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

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

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

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

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

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

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