#B99F78

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

Shades of Fallow #B99F78

Tints of Fallow #B99F78

Color information

#B99F78 (or 0xB99F78) is unknown color: approx Fallow. HEX triplet: B9, 9F and 78. RGB value is (185,159,120). Sum of RGB (Red+Green+Blue) = 185+159+120=464 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.87% from 464); Green value is 159 (62.5% from 255 or 34.27% from 464); Blue value is 120 (47.27% from 255 or 25.86% from 464); Max value from RGB is 185 - color contains mainly: red. Hex color #B99F78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99F78 is #466087. Grayscale: #A2A2A2. Windows color (decimal): -4612232 or 7905209. OLE color: 7905209.

HSL color Cylindrical-coordinate representation of color #B99F78: hue angle of 36º degrees, saturation: 0.32, 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 #B99F78 is Cyan = 0, Magento = 0.14, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB185159120-
CMYK00.140.350.27
HSL36º31.71%59.8%-
HSV(B)36º35.14%72.55%-
XYZ35.836.4722.92-
YUV162.33104.11144.17-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.87%
GREEN value IS 159 (62.5% from 255) = 34.27%
BLUE value IS 120 (47.27% from 255) = 25.86%
R=39.87%
G=34.27%
B=25.86%

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
Decimal18515912000.140.350.273631.7159.8
HexB99F780E231B24203c
Octal2712371700164333444074
Binary101110011001111111110000111010001111011100100100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99F78; }

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

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

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

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

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

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

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

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