#B2A253

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

Shades of Husk #B2A253

Tints of Husk #B2A253

Color information

#B2A253 (or 0xB2A253) is unknown color: approx Husk. HEX triplet: B2, A2 and 53. RGB value is (178,162,83). Sum of RGB (Red+Green+Blue) = 178+162+83=423 (56% of max value = 765). Red value is 178 (69.92% from 255 or 42.08% from 423); Green value is 162 (63.67% from 255 or 38.30% from 423); Blue value is 83 (32.81% from 255 or 19.62% from 423); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A253 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A253 is #4D5DAC. Grayscale: #9E9E9E. Windows color (decimal): -5070253 or 5481138. OLE color: 5481138.

HSL color Cylindrical-coordinate representation of color #B2A253: hue angle of 49.89º 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 #B2A253 is Cyan = 0, Magento = 0.09, Yellow = 0.53 and Black (K on CMYK) = 0.30.

Color convert

RGB17816283-
CMYK00.090.530.30
HSL49.89º38.15%51.18%-
HSV(B)49.89º53.37%69.8%-
XYZ32.8435.9313.39-
YUV157.7885.8142.42-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.08%
GREEN value IS 162 (63.67% from 255) = 38.30%
BLUE value IS 83 (32.81% from 255) = 19.62%
R=42.08%
G=38.30%
B=19.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.53
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781628300.090.530.3049.8938.1551.18
HexB2A25309351E322633
Octal2622421230116536624663
Binary101100101010001010100110100111010111110110010100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A253; }

 p { color: rgb(178,162,83); }

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

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

 a { background-color: rgb(178,162,83); }

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

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

 span { border-color: rgb(178,162,83); }

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