#B6946E

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

Shades of Fallow #B6946E

Tints of Fallow #B6946E

Color information

#B6946E (or 0xB6946E) is unknown color: approx Fallow. HEX triplet: B6, 94 and 6E. RGB value is (182,148,110). Sum of RGB (Red+Green+Blue) = 182+148+110=440 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.36% from 440); Green value is 148 (58.20% from 255 or 33.64% from 440); Blue value is 110 (43.36% from 255 or 25% from 440); Max value from RGB is 182 - color contains mainly: red. Hex color #B6946E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6946E is #496B91. Grayscale: #9A9A9A. Windows color (decimal): -4811666 or 7247030. OLE color: 7247030.

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

Color convert

RGB182148110-
CMYK00.190.400.29
HSL31.67º33.03%57.25%-
HSV(B)31.67º39.56%71.37%-
XYZ32.732.2519.25-
YUV153.83103.26148.09-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.36%
GREEN value IS 148 (58.20% from 255) = 33.64%
BLUE value IS 110 (43.36% from 255) = 25%
R=41.36%
G=33.64%
B=25%

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
Decimal18214811000.190.400.2931.6733.0357.25
HexB6946E013281D202139
Octal2662241560235035404171
Binary1011011010010100110111001001110100011101100000100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6946E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6946E; }

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

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

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

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

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

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

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

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