#B6A057

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

Shades of Husk #B6A057

Tints of Husk #B6A057

Color information

#B6A057 (or 0xB6A057) is unknown color: approx Husk. HEX triplet: B6, A0 and 57. RGB value is (182,160,87). Sum of RGB (Red+Green+Blue) = 182+160+87=429 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.42% from 429); Green value is 160 (62.89% from 255 or 37.30% from 429); Blue value is 87 (34.38% from 255 or 20.28% from 429); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A057 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A057 is #495FA8. Grayscale: #9E9E9E. Windows color (decimal): -4808617 or 5742774. OLE color: 5742774.

HSL color Cylindrical-coordinate representation of color #B6A057: hue angle of 46.11º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B6A057 is Cyan = 0, Magento = 0.12, Yellow = 0.52 and Black (K on CMYK) = 0.29.

Color convert

RGB18216087-
CMYK00.120.520.29
HSL46.11º39.42%52.75%-
HSV(B)46.11º52.2%71.37%-
XYZ33.5835.7714.15-
YUV158.2687.79144.94-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.42%
GREEN value IS 160 (62.89% from 255) = 37.30%
BLUE value IS 87 (34.38% from 255) = 20.28%
R=42.42%
G=37.30%
B=20.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821608700.120.520.2946.1139.4252.75
HexB6A0570C341D2e2735
Octal2662401270146435564765
Binary101101101010000010101110110011010011101101110100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A057; }

 p { color: rgb(182,160,87); }

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

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

 a { background-color: rgb(182,160,87); }

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

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

 span { border-color: rgb(182,160,87); }

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