#B6A354

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

Shades of Husk #B6A354

Tints of Husk #B6A354

Color information

#B6A354 (or 0xB6A354) is unknown color: approx Husk. HEX triplet: B6, A3 and 54. RGB value is (182,163,84). Sum of RGB (Red+Green+Blue) = 182+163+84=429 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.42% from 429); Green value is 163 (64.06% from 255 or 38.00% from 429); Blue value is 84 (33.20% from 255 or 19.58% from 429); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A354 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A354 is #495CAB. Grayscale: #A0A0A0. Windows color (decimal): -4807852 or 5546934. OLE color: 5546934.

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

Color convert

RGB18216384-
CMYK00.100.540.29
HSL48.37º40.16%52.16%-
HSV(B)48.37º53.85%71.37%-
XYZ33.9936.7813.7-
YUV159.6785.29143.92-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.42%
GREEN value IS 163 (64.06% from 255) = 38.00%
BLUE value IS 84 (33.20% from 255) = 19.58%
R=42.42%
G=38.00%
B=19.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821638400.100.540.2948.3740.1652.16
HexB6A3540A361D302834
Octal2662431240126635605064
Binary101101101010001110101000101011011011101110000101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A354; }

 p { color: rgb(182,163,84); }

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

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

 a { background-color: rgb(182,163,84); }

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

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

 span { border-color: rgb(182,163,84); }

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