#B6916E

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

Shades of Fallow #B6916E

Tints of Fallow #B6916E

Color information

#B6916E (or 0xB6916E) is unknown color: approx Fallow. HEX triplet: B6, 91 and 6E. RGB value is (182,145,110). Sum of RGB (Red+Green+Blue) = 182+145+110=437 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.65% from 437); Green value is 145 (57.03% from 255 or 33.18% from 437); Blue value is 110 (43.36% from 255 or 25.17% from 437); Max value from RGB is 182 - color contains mainly: red. Hex color #B6916E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6916E is #496E91. Grayscale: #989898. Windows color (decimal): -4812434 or 7246262. OLE color: 7246262.

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

Color convert

RGB182145110-
CMYK00.200.400.29
HSL29.17º33.03%57.25%-
HSV(B)29.17º39.56%71.37%-
XYZ32.2331.3219.1-
YUV152.07104.26149.35-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.65%
GREEN value IS 145 (57.03% from 255) = 33.18%
BLUE value IS 110 (43.36% from 255) = 25.17%
R=41.65%
G=33.18%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18214511000.200.400.2929.1733.0357.25
HexB6916E014281D1d2139
Octal2662211560245035354171
Binary101101101001000111011100101001010001110111101100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6916E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6916E; }

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

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

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

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

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

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

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

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