#B99F77

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

Shades of Fallow #B99F77

Tints of Fallow #B99F77

Color information

#B99F77 (or 0xB99F77) is unknown color: approx Fallow. HEX triplet: B9, 9F and 77. RGB value is (185,159,119). Sum of RGB (Red+Green+Blue) = 185+159+119=463 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.96% from 463); Green value is 159 (62.5% from 255 or 34.34% from 463); Blue value is 119 (46.88% from 255 or 25.70% from 463); Max value from RGB is 185 - color contains mainly: red. Hex color #B99F77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99F77 is #466088. Grayscale: #A2A2A2. Windows color (decimal): -4612233 or 7839673. OLE color: 7839673.

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

Color convert

RGB185159119-
CMYK00.140.360.27
HSL36.36º32.04%59.61%-
HSV(B)36.36º35.68%72.55%-
XYZ35.7436.4422.6-
YUV162.21103.61144.25-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.96%
GREEN value IS 159 (62.5% from 255) = 34.34%
BLUE value IS 119 (46.88% from 255) = 25.70%
R=39.96%
G=34.34%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18515911900.140.360.2736.3632.0459.61
HexB99F770E241B24203c
Octal2712371670164433444074
Binary101110011001111111101110111010010011011100100100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99F77; }

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

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

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

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

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

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

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

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