#B99B6E

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

Shades of Fallow #B99B6E

Tints of Fallow #B99B6E

Color information

#B99B6E (or 0xB99B6E) is unknown color: approx Fallow. HEX triplet: B9, 9B and 6E. RGB value is (185,155,110). Sum of RGB (Red+Green+Blue) = 185+155+110=450 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.11% from 450); Green value is 155 (60.94% from 255 or 34.44% from 450); Blue value is 110 (43.36% from 255 or 24.44% from 450); Max value from RGB is 185 - color contains mainly: red. Hex color #B99B6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99B6E is #466491. Grayscale: #9F9F9F. Windows color (decimal): -4613266 or 7248825. OLE color: 7248825.

HSL color Cylindrical-coordinate representation of color #B99B6E: hue angle of 36º 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 #B99B6E is Cyan = 0, Magento = 0.16, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB185155110-
CMYK00.160.410.27
HSL36º34.88%57.84%-
HSV(B)36º40.54%72.55%-
XYZ34.5434.8819.66-
YUV158.84100.44146.66-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.11%
GREEN value IS 155 (60.94% from 255) = 34.44%
BLUE value IS 110 (43.36% from 255) = 24.44%
R=41.11%
G=34.44%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18515511000.160.410.273634.8857.84
HexB99B6E010291B24233a
Octal2712331560205133444372
Binary1011100110011011110111001000010100111011100100100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B99B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B99B6E; }

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

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

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

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

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

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

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

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