#B99466

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

Shades of Fallow #B99466

Tints of Fallow #B99466

Color information

#B99466 (or 0xB99466) is unknown color: approx Fallow. HEX triplet: B9, 94 and 66. RGB value is (185,148,102). Sum of RGB (Red+Green+Blue) = 185+148+102=435 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.53% from 435); Green value is 148 (58.20% from 255 or 34.02% from 435); Blue value is 102 (40.23% from 255 or 23.45% from 435); Max value from RGB is 185 - color contains mainly: red. Hex color #B99466 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99466 is #466B99. Grayscale: #9A9A9A. Windows color (decimal): -4615066 or 6722745. OLE color: 6722745.

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

Color convert

RGB185148102-
CMYK00.200.450.27
HSL33.25º37.22%56.27%-
HSV(B)33.25º44.86%72.55%-
XYZ3332.4517.1-
YUV153.8298.76150.24-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.53%
GREEN value IS 148 (58.20% from 255) = 34.02%
BLUE value IS 102 (40.23% from 255) = 23.45%
R=42.53%
G=34.02%
B=23.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18514810200.200.450.2733.2537.2256.27
HexB994660142D1B212538
Octal2712241460245533414570
Binary1011100110010100110011001010010110111011100001100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99466; }

 p { color: rgb(185,148,102); }

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

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

 a { background-color: rgb(185,148,102); }

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

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

 span { border-color: rgb(185,148,102); }

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