#B99D71

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

Shades of Fallow #B99D71

Tints of Fallow #B99D71

Color information

#B99D71 (or 0xB99D71) is unknown color: approx Fallow. HEX triplet: B9, 9D and 71. RGB value is (185,157,113). Sum of RGB (Red+Green+Blue) = 185+157+113=455 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.66% from 455); Green value is 157 (61.72% from 255 or 34.51% from 455); Blue value is 113 (44.53% from 255 or 24.84% from 455); Max value from RGB is 185 - color contains mainly: red. Hex color #B99D71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99D71 is #46628E. Grayscale: #A0A0A0. Windows color (decimal): -4612751 or 7445945. OLE color: 7445945.

HSL color Cylindrical-coordinate representation of color #B99D71: hue angle of 36.67º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B99D71 is Cyan = 0, Magento = 0.15, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB185157113-
CMYK00.150.390.27
HSL36.67º33.96%58.43%-
HSV(B)36.67º38.92%72.55%-
XYZ35.0535.6220.65-
YUV160.36101.28145.58-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.66%
GREEN value IS 157 (61.72% from 255) = 34.51%
BLUE value IS 113 (44.53% from 255) = 24.84%
R=40.66%
G=34.51%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18515711300.150.390.2736.6733.9658.43
HexB99D710F271B25223a
Octal2712351610174733454272
Binary101110011001110111100010111110011111011100101100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99D71; }

 p { color: rgb(185,157,113); }

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

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

 a { background-color: rgb(185,157,113); }

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

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

 span { border-color: rgb(185,157,113); }

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