#B6A16D

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

Shades of Fallow #B6A16D

Tints of Fallow #B6A16D

Color information

#B6A16D (or 0xB6A16D) is unknown color: approx Fallow. HEX triplet: B6, A1 and 6D. RGB value is (182,161,109). Sum of RGB (Red+Green+Blue) = 182+161+109=452 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.27% from 452); Green value is 161 (63.28% from 255 or 35.62% from 452); Blue value is 109 (42.97% from 255 or 24.12% from 452); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A16D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A16D is #495E92. Grayscale: #A1A1A1. Windows color (decimal): -4808339 or 7184822. OLE color: 7184822.

HSL color Cylindrical-coordinate representation of color #B6A16D: hue angle of 42.74º 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 #B6A16D is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB182161109-
CMYK00.120.400.29
HSL42.74º33.33%57.06%-
HSV(B)42.74º40.11%71.37%-
XYZ34.836.5419.69-
YUV161.3598.46142.73-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.27%
GREEN value IS 161 (63.28% from 255) = 35.62%
BLUE value IS 109 (42.97% from 255) = 24.12%
R=40.27%
G=35.62%
B=24.12%

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
Decimal18216110900.120.400.2942.7433.3357.06
HexB6A16D0C281D2b2139
Octal2662411550145035534171
Binary101101101010000111011010110010100011101101011100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A16D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A16D; }

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

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

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

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

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

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

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

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