#B99774

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

Shades of Fallow #B99774

Tints of Fallow #B99774

Color information

#B99774 (or 0xB99774) is unknown color: approx Fallow. HEX triplet: B9, 97 and 74. RGB value is (185,151,116). Sum of RGB (Red+Green+Blue) = 185+151+116=452 (59% of max value = 765). Red value is 185 (72.66% from 255 or 40.93% from 452); Green value is 151 (59.38% from 255 or 33.41% from 452); Blue value is 116 (45.70% from 255 or 25.66% from 452); Max value from RGB is 185 - color contains mainly: red. Hex color #B99774 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99774 is #46688B. Grayscale: #9D9D9D. Windows color (decimal): -4614284 or 7641017. OLE color: 7641017.

HSL color Cylindrical-coordinate representation of color #B99774: hue angle of 30.43º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B99774 is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB185151116-
CMYK00.180.370.27
HSL30.43º33.01%59.02%-
HSV(B)30.43º37.3%72.55%-
XYZ34.2333.7121.23-
YUV157.18104.76147.85-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.93%
GREEN value IS 151 (59.38% from 255) = 33.41%
BLUE value IS 116 (45.70% from 255) = 25.66%
R=40.93%
G=33.41%
B=25.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18515111600.180.370.2730.4333.0159.02
HexB99774012251B1e213b
Octal2712271640224533364173
Binary101110011001011111101000100101001011101111110100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99774; }

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

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

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

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

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

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

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

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