#BBBA9A

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

Shades of Tana #BBBA9A

Tints of Tana #BBBA9A

Color information

#BBBA9A (or 0xBBBA9A) is unknown color: approx Tana. HEX triplet: BB, BA and 9A. RGB value is (187,186,154). Sum of RGB (Red+Green+Blue) = 187+186+154=527 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.48% from 527); Green value is 186 (73.05% from 255 or 35.29% from 527); Blue value is 154 (60.55% from 255 or 29.22% from 527); Max value from RGB is 187 - color contains mainly: red. Hex color #BBBA9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBA9A is #444565. Grayscale: #B6B6B6. Windows color (decimal): -4474214 or 10140347. OLE color: 10140347.

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

Color convert

RGB187186154-
CMYK00.010.180.27
HSL58.18º19.53%66.86%-
HSV(B)58.18º17.65%73.33%-
XYZ43.8948.0237.53-
YUV182.65111.83131.1-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.48%
GREEN value IS 186 (73.05% from 255) = 35.29%
BLUE value IS 154 (60.55% from 255) = 29.22%
R=35.48%
G=35.29%
B=29.22%

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
Decimal18718615400.010.180.2758.1819.5366.86
HexBBBA9A01121B3a1443
Octal2732722320122337224103
Binary101110111011101010011010011001011011111010101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBA9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBA9A; }

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

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

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

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

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

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

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

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