#B6A05A

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

Shades of Husk #B6A05A

Tints of Husk #B6A05A

Color information

#B6A05A (or 0xB6A05A) is unknown color: approx Husk. HEX triplet: B6, A0 and 5A. RGB value is (182,160,90). Sum of RGB (Red+Green+Blue) = 182+160+90=432 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.13% from 432); Green value is 160 (62.89% from 255 or 37.04% from 432); Blue value is 90 (35.55% from 255 or 20.83% from 432); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A05A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A05A is #495FA5. Grayscale: #9E9E9E. Windows color (decimal): -4808614 or 5939382. OLE color: 5939382.

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

Color convert

RGB18216090-
CMYK00.120.510.29
HSL45.65º38.66%53.33%-
HSV(B)45.65º50.55%71.37%-
XYZ33.7135.8214.81-
YUV158.689.29144.69-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.13%
GREEN value IS 160 (62.89% from 255) = 37.04%
BLUE value IS 90 (35.55% from 255) = 20.83%
R=42.13%
G=37.04%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821609000.120.510.2945.6538.6653.33
HexB6A05A0C331D2e2735
Octal2662401320146335564765
Binary101101101010000010110100110011001111101101110100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A05A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A05A; }

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

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

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

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

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

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

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

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