#B2A054

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

Shades of Husk #B2A054

Tints of Husk #B2A054

Color information

#B2A054 (or 0xB2A054) is unknown color: approx Husk. HEX triplet: B2, A0 and 54. RGB value is (178,160,84). Sum of RGB (Red+Green+Blue) = 178+160+84=422 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.18% from 422); Green value is 160 (62.89% from 255 or 37.91% from 422); Blue value is 84 (33.20% from 255 or 19.91% from 422); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A054 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A054 is #4D5FAB. Grayscale: #9D9D9D. Windows color (decimal): -5070764 or 5546162. OLE color: 5546162.

HSL color Cylindrical-coordinate representation of color #B2A054: hue angle of 48.51º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B2A054 is Cyan = 0, Magento = 0.10, Yellow = 0.53 and Black (K on CMYK) = 0.30.

Color convert

RGB17816084-
CMYK00.100.530.30
HSL48.51º37.9%51.37%-
HSV(B)48.51º52.81%69.8%-
XYZ32.5335.2513.48-
YUV156.7286.96143.18-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.18%
GREEN value IS 160 (62.89% from 255) = 37.91%
BLUE value IS 84 (33.20% from 255) = 19.91%
R=42.18%
G=37.91%
B=19.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.53
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781608400.100.530.3048.5137.951.37
HexB2A0540A351E312633
Octal2622401240126536614663
Binary101100101010000010101000101011010111110110001100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A054; }

 p { color: rgb(178,160,84); }

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

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

 a { background-color: rgb(178,160,84); }

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

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

 span { border-color: rgb(178,160,84); }

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