#BBBA9E

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

Shades of Tana #BBBA9E

Tints of Tana #BBBA9E

Color information

#BBBA9E (or 0xBBBA9E) is unknown color: approx Tana. HEX triplet: BB, BA and 9E. RGB value is (187,186,158). Sum of RGB (Red+Green+Blue) = 187+186+158=531 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.22% from 531); Green value is 186 (73.05% from 255 or 35.03% from 531); Blue value is 158 (62.11% from 255 or 29.76% from 531); Max value from RGB is 187 - color contains mainly: red. Hex color #BBBA9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBA9E is #444561. Grayscale: #B7B7B7. Windows color (decimal): -4474210 or 10402491. OLE color: 10402491.

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

Color convert

RGB187186158-
CMYK00.010.160.27
HSL57.93º17.58%67.65%-
HSV(B)57.93º15.51%73.33%-
XYZ44.2248.1539.31-
YUV183.11113.83130.78-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.22%
GREEN value IS 186 (73.05% from 255) = 35.03%
BLUE value IS 158 (62.11% from 255) = 29.76%
R=35.22%
G=35.03%
B=29.76%

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
Decimal18718615800.010.160.2757.9317.5867.65
HexBBBA9E01101B3a1244
Octal2732722360120337222104
Binary101110111011101010011110011000011011111010100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBA9E; }

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

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

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

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

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

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

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

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