#B99E77

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

Shades of Fallow #B99E77

Tints of Fallow #B99E77

Color information

#B99E77 (or 0xB99E77) is unknown color: approx Fallow. HEX triplet: B9, 9E and 77. RGB value is (185,158,119). Sum of RGB (Red+Green+Blue) = 185+158+119=462 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.04% from 462); Green value is 158 (62.11% from 255 or 34.20% from 462); Blue value is 119 (46.88% from 255 or 25.76% from 462); Max value from RGB is 185 - color contains mainly: red. Hex color #B99E77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99E77 is #466188. Grayscale: #A1A1A1. Windows color (decimal): -4612489 or 7839417. OLE color: 7839417.

HSL color Cylindrical-coordinate representation of color #B99E77: hue angle of 35.45º 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 #B99E77 is Cyan = 0, Magento = 0.15, Yellow = 0.36 and Black (K on CMYK) = 0.27.

Color convert

RGB185158119-
CMYK00.150.360.27
HSL35.45º32.04%59.61%-
HSV(B)35.45º35.68%72.55%-
XYZ35.5636.122.55-
YUV161.63103.95144.67-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.04%
GREEN value IS 158 (62.11% from 255) = 34.20%
BLUE value IS 119 (46.88% from 255) = 25.76%
R=40.04%
G=34.20%
B=25.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18515811900.150.360.2735.4532.0459.61
HexB99E770F241B23203c
Octal2712361670174433434074
Binary101110011001111011101110111110010011011100011100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99E77; }

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

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

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

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

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

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

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

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