#BBBA9C

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

Shades of Tana #BBBA9C

Tints of Tana #BBBA9C

Color information

#BBBA9C (or 0xBBBA9C) is unknown color: approx Tana. HEX triplet: BB, BA and 9C. RGB value is (187,186,156). Sum of RGB (Red+Green+Blue) = 187+186+156=529 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.35% from 529); Green value is 186 (73.05% from 255 or 35.16% from 529); Blue value is 156 (61.33% from 255 or 29.49% from 529); Max value from RGB is 187 - color contains mainly: red. Hex color #BBBA9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBA9C is #444563. Grayscale: #B7B7B7. Windows color (decimal): -4474212 or 10271419. OLE color: 10271419.

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

Color convert

RGB187186156-
CMYK00.010.170.27
HSL58.06º18.56%67.25%-
HSV(B)58.06º16.58%73.33%-
XYZ44.0548.0838.41-
YUV182.88112.83130.94-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.35%
GREEN value IS 186 (73.05% from 255) = 35.16%
BLUE value IS 156 (61.33% from 255) = 29.49%
R=35.35%
G=35.16%
B=29.49%

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
Decimal18718615600.010.170.2758.0618.5667.25
HexBBBA9C01111B3a1343
Octal2732722340121337223103
Binary101110111011101010011100011000111011111010100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBA9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBA9C; }

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

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

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

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

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

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

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

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