#B3A157

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

Shades of Husk #B3A157

Tints of Husk #B3A157

Color information

#B3A157 (or 0xB3A157) is unknown color: approx Husk. HEX triplet: B3, A1 and 57. RGB value is (179,161,87). Sum of RGB (Red+Green+Blue) = 179+161+87=427 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.92% from 427); Green value is 161 (63.28% from 255 or 37.70% from 427); Blue value is 87 (34.38% from 255 or 20.37% from 427); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A157 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3A157 is #4C5EA8. Grayscale: #9E9E9E. Windows color (decimal): -5004969 or 5743027. OLE color: 5743027.

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

Color convert

RGB17916187-
CMYK00.100.510.30
HSL48.26º37.7%52.16%-
HSV(B)48.26º51.4%70.2%-
XYZ33.0635.7614.18-
YUV157.9587.96143.02-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.92%
GREEN value IS 161 (63.28% from 255) = 37.70%
BLUE value IS 87 (34.38% from 255) = 20.37%
R=41.92%
G=37.70%
B=20.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.51
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791618700.100.510.3048.2637.752.16
HexB3A1570A331E302634
Octal2632411270126336604664
Binary101100111010000110101110101011001111110110000100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A157; }

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

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

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

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

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

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

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

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