#B99E65

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

Shades of Fallow #B99E65

Tints of Fallow #B99E65

Color information

#B99E65 (or 0xB99E65) is unknown color: approx Fallow. HEX triplet: B9, 9E and 65. RGB value is (185,158,101). Sum of RGB (Red+Green+Blue) = 185+158+101=444 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.67% from 444); Green value is 158 (62.11% from 255 or 35.59% from 444); Blue value is 101 (39.84% from 255 or 22.75% from 444); Max value from RGB is 185 - color contains mainly: red. Hex color #B99E65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99E65 is #46619A. Grayscale: #9F9F9F. Windows color (decimal): -4612507 or 6659769. OLE color: 6659769.

HSL color Cylindrical-coordinate representation of color #B99E65: hue angle of 40.71º degrees, saturation: 0.38, 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 #B99E65 is Cyan = 0, Magento = 0.15, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB185158101-
CMYK00.150.450.27
HSL40.71º37.5%56.08%-
HSV(B)40.71º45.41%72.55%-
XYZ34.5835.7117.38-
YUV159.5794.95146.13-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.67%
GREEN value IS 158 (62.11% from 255) = 35.59%
BLUE value IS 101 (39.84% from 255) = 22.75%
R=41.67%
G=35.59%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18515810100.150.450.2740.7137.556.08
HexB99E650F2D1B292638
Octal2712361450175533514670
Binary101110011001111011001010111110110111011101001100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99E65; }

 p { color: rgb(185,158,101); }

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

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

 a { background-color: rgb(185,158,101); }

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

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

 span { border-color: rgb(185,158,101); }

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