#BBBA9B

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

Shades of Tana #BBBA9B

Tints of Tana #BBBA9B

Color information

#BBBA9B (or 0xBBBA9B) is unknown color: approx Tana. HEX triplet: BB, BA and 9B. RGB value is (187,186,155). Sum of RGB (Red+Green+Blue) = 187+186+155=528 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.42% from 528); Green value is 186 (73.05% from 255 or 35.23% from 528); Blue value is 155 (60.94% from 255 or 29.36% from 528); Max value from RGB is 187 - color contains mainly: red. Hex color #BBBA9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBA9B is #444564. Grayscale: #B6B6B6. Windows color (decimal): -4474213 or 10205883. OLE color: 10205883.

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

Color convert

RGB187186155-
CMYK00.010.170.27
HSL58.12º19.05%67.06%-
HSV(B)58.12º17.11%73.33%-
XYZ43.9748.0537.97-
YUV182.76112.33131.02-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.42%
GREEN value IS 186 (73.05% from 255) = 35.23%
BLUE value IS 155 (60.94% from 255) = 29.36%
R=35.42%
G=35.23%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718615500.010.170.2758.1219.0567.06
HexBBBA9B01111B3a1343
Octal2732722330121337223103
Binary101110111011101010011011011000111011111010100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBA9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBA9B; }

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

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

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

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

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

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

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

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