#B6946D

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

Shades of Fallow #B6946D

Tints of Fallow #B6946D

Color information

#B6946D (or 0xB6946D) is unknown color: approx Fallow. HEX triplet: B6, 94 and 6D. RGB value is (182,148,109). Sum of RGB (Red+Green+Blue) = 182+148+109=439 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.46% from 439); Green value is 148 (58.20% from 255 or 33.71% from 439); Blue value is 109 (42.97% from 255 or 24.83% from 439); Max value from RGB is 182 - color contains mainly: red. Hex color #B6946D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6946D is #496B92. Grayscale: #999999. Windows color (decimal): -4811667 or 7181494. OLE color: 7181494.

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

Color convert

RGB182148109-
CMYK00.190.400.29
HSL32.05º33.33%57.06%-
HSV(B)32.05º40.11%71.37%-
XYZ32.6432.2318.97-
YUV153.72102.76148.17-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.46%
GREEN value IS 148 (58.20% from 255) = 33.71%
BLUE value IS 109 (42.97% from 255) = 24.83%
R=41.46%
G=33.71%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18214810900.190.400.2932.0533.3357.06
HexB6946D013281D202139
Octal2662241550235035404171
Binary1011011010010100110110101001110100011101100000100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6946D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6946D; }

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

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

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

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

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

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

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

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