#BBB99D

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

Shades of Tana #BBB99D

Tints of Tana #BBB99D

Color information

#BBB99D (or 0xBBB99D) is unknown color: approx Tana. HEX triplet: BB, B9 and 9D. RGB value is (187,185,157). Sum of RGB (Red+Green+Blue) = 187+185+157=529 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.35% from 529); Green value is 185 (72.66% from 255 or 34.97% from 529); Blue value is 157 (61.72% from 255 or 29.68% from 529); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB99D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB99D is #444662. Grayscale: #B6B6B6. Windows color (decimal): -4474467 or 10336699. OLE color: 10336699.

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

Color convert

RGB187185157-
CMYK00.010.160.27
HSL56º18.07%67.45%-
HSV(B)56º16.04%73.33%-
XYZ43.9347.738.79-
YUV182.41113.66131.28-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.35%
GREEN value IS 185 (72.66% from 255) = 34.97%
BLUE value IS 157 (61.72% from 255) = 29.68%
R=35.35%
G=34.97%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718515700.010.160.275618.0767.45
HexBBB99D01101B381243
Octal2732712350120337022103
Binary101110111011100110011101011000011011111000100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB99D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB99D; }

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

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

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

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

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

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

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

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