#B3A155

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

Shades of Husk #B3A155

Tints of Husk #B3A155

Color information

#B3A155 (or 0xB3A155) is unknown color: approx Husk. HEX triplet: B3, A1 and 55. RGB value is (179,161,85). Sum of RGB (Red+Green+Blue) = 179+161+85=425 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.12% from 425); Green value is 161 (63.28% from 255 or 37.88% from 425); Blue value is 85 (33.59% from 255 or 20% from 425); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A155 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3A155 is #4C5EAA. Grayscale: #9E9E9E. Windows color (decimal): -5004971 or 5611955. OLE color: 5611955.

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

Color convert

RGB17916185-
CMYK00.100.530.30
HSL48.51º38.21%51.76%-
HSV(B)48.51º52.51%70.2%-
XYZ32.9735.7313.75-
YUV157.7286.96143.18-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.12%
GREEN value IS 161 (63.28% from 255) = 37.88%
BLUE value IS 85 (33.59% from 255) = 20%
R=42.12%
G=37.88%
B=20%

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
Decimal1791618500.100.530.3048.5138.2151.76
HexB3A1550A351E312634
Octal2632411250126536614664
Binary101100111010000110101010101011010111110110001100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A155; }

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

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

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

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

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

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

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

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