#B6A24E

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

Shades of Husk #B6A24E

Tints of Husk #B6A24E

Color information

#B6A24E (or 0xB6A24E) is unknown color: approx Husk. HEX triplet: B6, A2 and 4E. RGB value is (182,162,78). Sum of RGB (Red+Green+Blue) = 182+162+78=422 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.13% from 422); Green value is 162 (63.67% from 255 or 38.39% from 422); Blue value is 78 (30.86% from 255 or 18.48% from 422); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A24E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A24E is #495DB1. Grayscale: #9E9E9E. Windows color (decimal): -4808114 or 5153462. OLE color: 5153462.

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

Color convert

RGB18216278-
CMYK00.110.570.29
HSL48.46º41.6%50.98%-
HSV(B)48.46º57.14%71.37%-
XYZ33.5936.3412.45-
YUV158.482.63144.83-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.13%
GREEN value IS 162 (63.67% from 255) = 38.39%
BLUE value IS 78 (30.86% from 255) = 18.48%
R=43.13%
G=38.39%
B=18.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821627800.110.570.2948.4641.650.98
HexB6A24E0B391D302a33
Octal2662421160137135605263
Binary101101101010001010011100101111100111101110000101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A24E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A24E; }

 p { color: rgb(182,162,78); }

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

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

 a { background-color: rgb(182,162,78); }

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

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

 span { border-color: rgb(182,162,78); }

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