#B99C77

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

Shades of Fallow #B99C77

Tints of Fallow #B99C77

Color information

#B99C77 (or 0xB99C77) is unknown color: approx Fallow. HEX triplet: B9, 9C and 77. RGB value is (185,156,119). Sum of RGB (Red+Green+Blue) = 185+156+119=460 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.22% from 460); Green value is 156 (61.33% from 255 or 33.91% from 460); Blue value is 119 (46.88% from 255 or 25.87% from 460); Max value from RGB is 185 - color contains mainly: red. Hex color #B99C77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99C77 is #466388. Grayscale: #A0A0A0. Windows color (decimal): -4613001 or 7838905. OLE color: 7838905.

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

Color convert

RGB185156119-
CMYK00.160.360.27
HSL33.64º32.04%59.61%-
HSV(B)33.64º35.68%72.55%-
XYZ35.2335.4222.43-
YUV160.45104.61145.51-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.22%
GREEN value IS 156 (61.33% from 255) = 33.91%
BLUE value IS 119 (46.88% from 255) = 25.87%
R=40.22%
G=33.91%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18515611900.160.360.2733.6432.0459.61
HexB99C77010241B22203c
Octal2712341670204433424074
Binary1011100110011100111011101000010010011011100010100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99C77; }

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

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

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

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

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

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

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

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