#B99770

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

Shades of Fallow #B99770

Tints of Fallow #B99770

Color information

#B99770 (or 0xB99770) is unknown color: approx Fallow. HEX triplet: B9, 97 and 70. RGB value is (185,151,112). Sum of RGB (Red+Green+Blue) = 185+151+112=448 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.29% from 448); Green value is 151 (59.38% from 255 or 33.71% from 448); Blue value is 112 (44.14% from 255 or 25% from 448); Max value from RGB is 185 - color contains mainly: red. Hex color #B99770 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99770 is #46688F. Grayscale: #9C9C9C. Windows color (decimal): -4614288 or 7378873. OLE color: 7378873.

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

Color convert

RGB185151112-
CMYK00.180.390.27
HSL32.05º34.27%58.24%-
HSV(B)32.05º39.46%72.55%-
XYZ3433.6220.03-
YUV156.72102.76148.17-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.29%
GREEN value IS 151 (59.38% from 255) = 33.71%
BLUE value IS 112 (44.14% from 255) = 25%
R=41.29%
G=33.71%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18515111200.180.390.2732.0534.2758.24
HexB99770012271B20223a
Octal2712271600224733404272
Binary1011100110010111111000001001010011111011100000100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99770; }

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

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

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

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

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

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

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

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