#B2A155

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

Shades of Husk #B2A155

Tints of Husk #B2A155

Color information

#B2A155 (or 0xB2A155) is unknown color: approx Husk. HEX triplet: B2, A1 and 55. RGB value is (178,161,85). Sum of RGB (Red+Green+Blue) = 178+161+85=424 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.98% from 424); Green value is 161 (63.28% from 255 or 37.97% from 424); Blue value is 85 (33.59% from 255 or 20.05% from 424); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A155 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A155 is #4D5EAA. Grayscale: #9D9D9D. Windows color (decimal): -5070507 or 5611954. OLE color: 5611954.

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

Color convert

RGB17816185-
CMYK00.100.520.30
HSL49.03º37.65%51.57%-
HSV(B)49.03º52.25%69.8%-
XYZ32.7435.6113.74-
YUV157.4287.13142.68-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.98%
GREEN value IS 161 (63.28% from 255) = 37.97%
BLUE value IS 85 (33.59% from 255) = 20.05%
R=41.98%
G=37.97%
B=20.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.52
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781618500.100.520.3049.0337.6551.57
HexB2A1550A341E312634
Octal2622411250126436614664
Binary101100101010000110101010101011010011110110001100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A155; }

 p { color: rgb(178,161,85); }

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

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

 a { background-color: rgb(178,161,85); }

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

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

 span { border-color: rgb(178,161,85); }

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