#B6916F

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

Shades of Fallow #B6916F

Tints of Fallow #B6916F

Color information

#B6916F (or 0xB6916F) is unknown color: approx Fallow. HEX triplet: B6, 91 and 6F. RGB value is (182,145,111). Sum of RGB (Red+Green+Blue) = 182+145+111=438 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.55% from 438); Green value is 145 (57.03% from 255 or 33.11% from 438); Blue value is 111 (43.75% from 255 or 25.34% from 438); Max value from RGB is 182 - color contains mainly: red. Hex color #B6916F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6916F is #496E90. Grayscale: #989898. Windows color (decimal): -4812433 or 7311798. OLE color: 7311798.

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

Color convert

RGB182145111-
CMYK00.200.390.29
HSL28.73º32.72%57.45%-
HSV(B)28.73º39.01%71.37%-
XYZ32.2931.3419.39-
YUV152.19104.76149.26-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.55%
GREEN value IS 145 (57.03% from 255) = 33.11%
BLUE value IS 111 (43.75% from 255) = 25.34%
R=41.55%
G=33.11%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18214511100.200.390.2928.7332.7257.45
HexB6916F014271D1d2139
Octal2662211570244735354171
Binary101101101001000111011110101001001111110111101100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6916F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6916F; }

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

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

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

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

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

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

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

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