#B99E6B

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

Shades of Fallow #B99E6B

Tints of Fallow #B99E6B

Color information

#B99E6B (or 0xB99E6B) is unknown color: approx Fallow. HEX triplet: B9, 9E and 6B. RGB value is (185,158,107). Sum of RGB (Red+Green+Blue) = 185+158+107=450 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.11% from 450); Green value is 158 (62.11% from 255 or 35.11% from 450); Blue value is 107 (42.19% from 255 or 23.78% from 450); Max value from RGB is 185 - color contains mainly: red. Hex color #B99E6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99E6B is #466194. Grayscale: #A0A0A0. Windows color (decimal): -4612501 or 7052985. OLE color: 7052985.

HSL color Cylindrical-coordinate representation of color #B99E6B: hue angle of 39.23º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B99E6B is Cyan = 0, Magento = 0.15, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB185158107-
CMYK00.150.420.27
HSL39.23º35.78%57.25%-
HSV(B)39.23º42.16%72.55%-
XYZ34.8935.8318.99-
YUV160.2697.95145.65-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.11%
GREEN value IS 158 (62.11% from 255) = 35.11%
BLUE value IS 107 (42.19% from 255) = 23.78%
R=41.11%
G=35.11%
B=23.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18515810700.150.420.2739.2335.7857.25
HexB99E6B0F2A1B272439
Octal2712361530175233474471
Binary101110011001111011010110111110101011011100111100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99E6B; }

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

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

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

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

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

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

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

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