#B99F79

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

Shades of Fallow #B99F79

Tints of Fallow #B99F79

Color information

#B99F79 (or 0xB99F79) is unknown color: approx Fallow. HEX triplet: B9, 9F and 79. RGB value is (185,159,121). Sum of RGB (Red+Green+Blue) = 185+159+121=465 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.78% from 465); Green value is 159 (62.5% from 255 or 34.19% from 465); Blue value is 121 (47.66% from 255 or 26.02% from 465); Max value from RGB is 185 - color contains mainly: red. Hex color #B99F79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99F79 is #466086. Grayscale: #A2A2A2. Windows color (decimal): -4612231 or 7970745. OLE color: 7970745.

HSL color Cylindrical-coordinate representation of color #B99F79: hue angle of 35.63º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B99F79 is Cyan = 0, Magento = 0.14, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB185159121-
CMYK00.140.350.27
HSL35.63º31.37%60%-
HSV(B)35.63º34.59%72.55%-
XYZ35.8636.4923.24-
YUV162.44104.61144.09-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.78%
GREEN value IS 159 (62.5% from 255) = 34.19%
BLUE value IS 121 (47.66% from 255) = 26.02%
R=39.78%
G=34.19%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18515912100.140.350.2735.6331.3760
HexB99F790E231B241f3c
Octal2712371710164333443774
Binary10111001100111111111001011101000111101110010011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99F79; }

 p { color: rgb(185,159,121); }

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

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

 a { background-color: rgb(185,159,121); }

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

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

 span { border-color: rgb(185,159,121); }

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