#BBB49A

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

Shades of Tana #BBB49A

Tints of Tana #BBB49A

Color information

#BBB49A (or 0xBBB49A) is unknown color: approx Tana. HEX triplet: BB, B4 and 9A. RGB value is (187,180,154). Sum of RGB (Red+Green+Blue) = 187+180+154=521 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.89% from 521); Green value is 180 (70.70% from 255 or 34.55% from 521); Blue value is 154 (60.55% from 255 or 29.56% from 521); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB49A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB49A is #444B65. Grayscale: #B3B3B3. Windows color (decimal): -4475750 or 10138811. OLE color: 10138811.

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

Color convert

RGB187180154-
CMYK00.040.180.27
HSL47.27º19.53%66.86%-
HSV(B)47.27º17.65%73.33%-
XYZ42.6545.5437.11-
YUV179.13113.82133.61-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.89%
GREEN value IS 180 (70.70% from 255) = 34.55%
BLUE value IS 154 (60.55% from 255) = 29.56%
R=35.89%
G=34.55%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718015400.040.180.2747.2719.5366.86
HexBBB49A04121B2f1443
Octal2732642320422335724103
Binary10111011101101001001101001001001011011101111101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB49A; }

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

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

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

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

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

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

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

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