#B9A048

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

Shades of Husk #B9A048

Tints of Husk #B9A048

Color information

#B9A048 (or 0xB9A048) is unknown color: approx Husk. HEX triplet: B9, A0 and 48. RGB value is (185,160,72). Sum of RGB (Red+Green+Blue) = 185+160+72=417 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.36% from 417); Green value is 160 (62.89% from 255 or 38.37% from 417); Blue value is 72 (28.52% from 255 or 17.27% from 417); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A048 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9A048 is #465FB7. Grayscale: #9D9D9D. Windows color (decimal): -4612024 or 4759737. OLE color: 4759737.

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

Color convert

RGB18516072-
CMYK00.140.610.27
HSL46.73º44.66%50.39%-
HSV(B)46.73º61.08%72.55%-
XYZ33.7535.9211.29-
YUV157.4479.78147.66-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.36%
GREEN value IS 160 (62.89% from 255) = 38.37%
BLUE value IS 72 (28.52% from 255) = 17.27%
R=44.36%
G=38.37%
B=17.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851607200.140.610.2746.7344.6650.39
HexB9A0480E3D1B2f2d32
Octal2712401100167533575562
Binary101110011010000010010000111011110111011101111101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A048; }

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

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

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

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

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

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

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

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