#B6A16E

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

Shades of Fallow #B6A16E

Tints of Fallow #B6A16E

Color information

#B6A16E (or 0xB6A16E) is unknown color: approx Fallow. HEX triplet: B6, A1 and 6E. RGB value is (182,161,110). Sum of RGB (Red+Green+Blue) = 182+161+110=453 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40.18% from 453); Green value is 161 (63.28% from 255 or 35.54% from 453); Blue value is 110 (43.36% from 255 or 24.28% from 453); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A16E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A16E is #495E91. Grayscale: #A1A1A1. Windows color (decimal): -4808338 or 7250358. OLE color: 7250358.

HSL color Cylindrical-coordinate representation of color #B6A16E: hue angle of 42.5º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B6A16E is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB182161110-
CMYK00.120.400.29
HSL42.5º33.03%57.25%-
HSV(B)42.5º39.56%71.37%-
XYZ34.8536.5619.97-
YUV161.4698.96142.65-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.18%
GREEN value IS 161 (63.28% from 255) = 35.54%
BLUE value IS 110 (43.36% from 255) = 24.28%
R=40.18%
G=35.54%
B=24.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18216111000.120.400.2942.533.0357.25
HexB6A16E0C281D2b2139
Octal2662411560145035534171
Binary101101101010000111011100110010100011101101011100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A16E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A16E; }

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

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

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

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

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

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

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

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