#B99E6E

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

Shades of Fallow #B99E6E

Tints of Fallow #B99E6E

Color information

#B99E6E (or 0xB99E6E) is unknown color: approx Fallow. HEX triplet: B9, 9E and 6E. RGB value is (185,158,110). Sum of RGB (Red+Green+Blue) = 185+158+110=453 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.84% from 453); Green value is 158 (62.11% from 255 or 34.88% from 453); Blue value is 110 (43.36% from 255 or 24.28% from 453); Max value from RGB is 185 - color contains mainly: red. Hex color #B99E6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99E6E is #466191. Grayscale: #A0A0A0. Windows color (decimal): -4612498 or 7249593. OLE color: 7249593.

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

Color convert

RGB185158110-
CMYK00.150.410.27
HSL38.4º34.88%57.84%-
HSV(B)38.4º40.54%72.55%-
XYZ35.0535.8919.83-
YUV160.699.45145.4-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.84%
GREEN value IS 158 (62.11% from 255) = 34.88%
BLUE value IS 110 (43.36% from 255) = 24.28%
R=40.84%
G=34.88%
B=24.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18515811000.150.410.2738.434.8857.84
HexB99E6E0F291B26233a
Octal2712361560175133464372
Binary101110011001111011011100111110100111011100110100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99E6E; }

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

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

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

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

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

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

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

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