#BBB99A

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

Shades of Tana #BBB99A

Tints of Tana #BBB99A

Color information

#BBB99A (or 0xBBB99A) is unknown color: approx Tana. HEX triplet: BB, B9 and 9A. RGB value is (187,185,154). Sum of RGB (Red+Green+Blue) = 187+185+154=526 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.55% from 526); Green value is 185 (72.66% from 255 or 35.17% from 526); Blue value is 154 (60.55% from 255 or 29.28% from 526); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB99A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB99A is #444665. Grayscale: #B6B6B6. Windows color (decimal): -4474470 or 10140091. OLE color: 10140091.

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

Color convert

RGB187185154-
CMYK00.010.180.27
HSL56.36º19.53%66.86%-
HSV(B)56.36º17.65%73.33%-
XYZ43.6847.637.46-
YUV182.06112.16131.52-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.55%
GREEN value IS 185 (72.66% from 255) = 35.17%
BLUE value IS 154 (60.55% from 255) = 29.28%
R=35.55%
G=35.17%
B=29.28%

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
Decimal18718515400.010.180.2756.3619.5366.86
HexBBB99A01121B381443
Octal2732712320122337024103
Binary101110111011100110011010011001011011111000101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB99A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB99A; }

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

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

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

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

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

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

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

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