#B99970

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

Shades of Fallow #B99970

Tints of Fallow #B99970

Color information

#B99970 (or 0xB99970) is unknown color: approx Fallow. HEX triplet: B9, 99 and 70. RGB value is (185,153,112). Sum of RGB (Red+Green+Blue) = 185+153+112=450 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.11% from 450); Green value is 153 (60.16% from 255 or 34% from 450); Blue value is 112 (44.14% from 255 or 24.89% from 450); Max value from RGB is 185 - color contains mainly: red. Hex color #B99970 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99970 is #46668F. Grayscale: #9E9E9E. Windows color (decimal): -4613776 or 7379385. OLE color: 7379385.

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

Color convert

RGB185153112-
CMYK00.170.390.27
HSL33.7º34.27%58.24%-
HSV(B)33.7º39.46%72.55%-
XYZ34.3234.2720.13-
YUV157.89102.1147.33-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.11%
GREEN value IS 153 (60.16% from 255) = 34%
BLUE value IS 112 (44.14% from 255) = 24.89%
R=41.11%
G=34%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18515311200.170.390.2733.734.2758.24
HexB99970011271B22223a
Octal2712311600214733424272
Binary1011100110011001111000001000110011111011100010100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99970; }

 p { color: rgb(185,153,112); }

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

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

 a { background-color: rgb(185,153,112); }

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

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

 span { border-color: rgb(185,153,112); }

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