#BBB99F

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

Shades of Tana #BBB99F

Tints of Tana #BBB99F

Color information

#BBB99F (or 0xBBB99F) is unknown color: approx Tana. HEX triplet: BB, B9 and 9F. RGB value is (187,185,159). Sum of RGB (Red+Green+Blue) = 187+185+159=531 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.22% from 531); Green value is 185 (72.66% from 255 or 34.84% from 531); Blue value is 159 (62.5% from 255 or 29.94% from 531); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB99F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB99F is #444660. Grayscale: #B6B6B6. Windows color (decimal): -4474465 or 10467771. OLE color: 10467771.

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

Color convert

RGB187185159-
CMYK00.010.150.27
HSL55.71º17.07%67.84%-
HSV(B)55.71º14.97%73.33%-
XYZ44.147.7739.7-
YUV182.63114.66131.11-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.22%
GREEN value IS 185 (72.66% from 255) = 34.84%
BLUE value IS 159 (62.5% from 255) = 29.94%
R=35.22%
G=34.84%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718515900.010.150.2755.7117.0767.84
HexBBB99F01F1B381144
Octal2732712370117337021104
Binary10111011101110011001111101111111011111000100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB99F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB99F; }

 p { color: rgb(187,185,159); }

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

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

 a { background-color: rgb(187,185,159); }

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

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

 span { border-color: rgb(187,185,159); }

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