#B99F6C

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

Shades of Fallow #B99F6C

Tints of Fallow #B99F6C

Color information

#B99F6C (or 0xB99F6C) is unknown color: approx Fallow. HEX triplet: B9, 9F and 6C. RGB value is (185,159,108). Sum of RGB (Red+Green+Blue) = 185+159+108=452 (59% of max value = 765). Red value is 185 (72.66% from 255 or 40.93% from 452); Green value is 159 (62.5% from 255 or 35.18% from 452); Blue value is 108 (42.58% from 255 or 23.89% from 452); Max value from RGB is 185 - color contains mainly: red. Hex color #B99F6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99F6C is #466093. Grayscale: #A1A1A1. Windows color (decimal): -4612244 or 7118777. OLE color: 7118777.

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

Color convert

RGB185159108-
CMYK00.140.420.27
HSL39.74º35.48%57.45%-
HSV(B)39.74º41.62%72.55%-
XYZ35.1136.1919.32-
YUV160.9698.11145.15-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.93%
GREEN value IS 159 (62.5% from 255) = 35.18%
BLUE value IS 108 (42.58% from 255) = 23.89%
R=40.93%
G=35.18%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18515910800.140.420.2739.7435.4857.45
HexB99F6C0E2A1B282339
Octal2712371540165233504371
Binary101110011001111111011000111010101011011101000100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99F6C; }

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

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

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

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

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

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

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

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