#B9A052

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

Shades of Husk #B9A052

Tints of Husk #B9A052

Color information

#B9A052 (or 0xB9A052) is unknown color: approx Husk. HEX triplet: B9, A0 and 52. RGB value is (185,160,82). Sum of RGB (Red+Green+Blue) = 185+160+82=427 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.33% from 427); Green value is 160 (62.89% from 255 or 37.47% from 427); Blue value is 82 (32.42% from 255 or 19.20% from 427); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A052 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A052 is #465FAD. Grayscale: #9E9E9E. Windows color (decimal): -4612014 or 5415097. OLE color: 5415097.

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

Color convert

RGB18516082-
CMYK00.140.560.27
HSL45.44º42.39%52.35%-
HSV(B)45.44º55.68%72.55%-
XYZ34.136.0713.15-
YUV158.5884.78146.84-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.33%
GREEN value IS 160 (62.89% from 255) = 37.47%
BLUE value IS 82 (32.42% from 255) = 19.20%
R=43.33%
G=37.47%
B=19.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851608200.140.560.2745.4442.3952.35
HexB9A0520E381B2d2a34
Octal2712401220167033555264
Binary101110011010000010100100111011100011011101101101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A052; }

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

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

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

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

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

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

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

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