#B6A150

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

Shades of Husk #B6A150

Tints of Husk #B6A150

Color information

#B6A150 (or 0xB6A150) is unknown color: approx Husk. HEX triplet: B6, A1 and 50. RGB value is (182,161,80). Sum of RGB (Red+Green+Blue) = 182+161+80=423 (56% of max value = 765). Red value is 182 (71.48% from 255 or 43.03% from 423); Green value is 161 (63.28% from 255 or 38.06% from 423); Blue value is 80 (31.64% from 255 or 18.91% from 423); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A150 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A150 is #495EAF. Grayscale: #9E9E9E. Windows color (decimal): -4808368 or 5284278. OLE color: 5284278.

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

Color convert

RGB18216180-
CMYK00.120.560.29
HSL47.65º41.13%51.37%-
HSV(B)47.65º56.04%71.37%-
XYZ33.4836.0112.78-
YUV158.0483.96145.09-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.03%
GREEN value IS 161 (63.28% from 255) = 38.06%
BLUE value IS 80 (31.64% from 255) = 18.91%
R=43.03%
G=38.06%
B=18.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821618000.120.560.2947.6541.1351.37
HexB6A1500C381D302933
Octal2662411200147035605163
Binary101101101010000110100000110011100011101110000101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A150; }

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

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

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

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

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

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

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

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