#B6A451

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

Shades of Husk #B6A451

Tints of Husk #B6A451

Color information

#B6A451 (or 0xB6A451) is unknown color: approx Husk. HEX triplet: B6, A4 and 51. RGB value is (182,164,81). Sum of RGB (Red+Green+Blue) = 182+164+81=427 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.62% from 427); Green value is 164 (64.45% from 255 or 38.41% from 427); Blue value is 81 (32.03% from 255 or 18.97% from 427); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A451 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A451 is #495BAE. Grayscale: #A0A0A0. Windows color (decimal): -4807599 or 5350582. OLE color: 5350582.

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

Color convert

RGB18216481-
CMYK00.100.550.29
HSL49.31º40.89%51.57%-
HSV(B)49.31º55.49%71.37%-
XYZ34.0537.0913.15-
YUV159.9283.46143.75-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.62%
GREEN value IS 164 (64.45% from 255) = 38.41%
BLUE value IS 81 (32.03% from 255) = 18.97%
R=42.62%
G=38.41%
B=18.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821648100.100.550.2949.3140.8951.57
HexB6A4510A371D312934
Octal2662441210126735615164
Binary101101101010010010100010101011011111101110001101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A451; }

 p { color: rgb(182,164,81); }

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

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

 a { background-color: rgb(182,164,81); }

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

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

 span { border-color: rgb(182,164,81); }

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