#B6A157

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

Shades of Husk #B6A157

Tints of Husk #B6A157

Color information

#B6A157 (or 0xB6A157) is unknown color: approx Husk. HEX triplet: B6, A1 and 57. RGB value is (182,161,87). Sum of RGB (Red+Green+Blue) = 182+161+87=430 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.33% from 430); Green value is 161 (63.28% from 255 or 37.44% from 430); Blue value is 87 (34.38% from 255 or 20.23% from 430); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A157 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A157 is #495EA8. Grayscale: #9F9F9F. Windows color (decimal): -4808361 or 5743030. OLE color: 5743030.

HSL color Cylindrical-coordinate representation of color #B6A157: hue angle of 46.74º 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 #B6A157 is Cyan = 0, Magento = 0.12, Yellow = 0.52 and Black (K on CMYK) = 0.29.

Color convert

RGB18216187-
CMYK00.120.520.29
HSL46.74º39.42%52.75%-
HSV(B)46.74º52.2%71.37%-
XYZ33.7636.1214.21-
YUV158.8487.46144.52-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.33%
GREEN value IS 161 (63.28% from 255) = 37.44%
BLUE value IS 87 (34.38% from 255) = 20.23%
R=42.33%
G=37.44%
B=20.23%

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
Decimal1821618700.120.520.2946.7439.4252.75
HexB6A1570C341D2f2735
Octal2662411270146435574765
Binary101101101010000110101110110011010011101101111100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A157; }

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

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

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

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

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

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

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

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