#BBB999

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

Shades of Tana #BBB999

Tints of Tana #BBB999

Color information

#BBB999 (or 0xBBB999) is unknown color: approx Tana. HEX triplet: BB, B9 and 99. RGB value is (187,185,153). Sum of RGB (Red+Green+Blue) = 187+185+153=525 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.62% from 525); Green value is 185 (72.66% from 255 or 35.24% from 525); Blue value is 153 (60.16% from 255 or 29.14% from 525); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB999 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB999 is #444666. Grayscale: #B6B6B6. Windows color (decimal): -4474471 or 10074555. OLE color: 10074555.

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

Color convert

RGB187185153-
CMYK00.010.180.27
HSL56.47º20%66.67%-
HSV(B)56.47º18.18%73.33%-
XYZ43.5947.5637.02-
YUV181.95111.66131.6-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.62%
GREEN value IS 185 (72.66% from 255) = 35.24%
BLUE value IS 153 (60.16% from 255) = 29.14%
R=35.62%
G=35.24%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718515300.010.180.2756.472066.67
HexBBB99901121B381443
Octal2732712310122337024103
Binary101110111011100110011001011001011011111000101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB999; }

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

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

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

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

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

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

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

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