#BBBA9D

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

Shades of Tana #BBBA9D

Tints of Tana #BBBA9D

Color information

#BBBA9D (or 0xBBBA9D) is unknown color: approx Tana. HEX triplet: BB, BA and 9D. RGB value is (187,186,157). Sum of RGB (Red+Green+Blue) = 187+186+157=530 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.28% from 530); Green value is 186 (73.05% from 255 or 35.09% from 530); Blue value is 157 (61.72% from 255 or 29.62% from 530); Max value from RGB is 187 - color contains mainly: red. Hex color #BBBA9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBBA9D is #444562. Grayscale: #B7B7B7. Windows color (decimal): -4474211 or 10336955. OLE color: 10336955.

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

Color convert

RGB187186157-
CMYK00.010.160.27
HSL58º18.07%67.45%-
HSV(B)58º16.04%73.33%-
XYZ44.1448.1238.86-
YUV182.99113.33130.86-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.28%
GREEN value IS 186 (73.05% from 255) = 35.09%
BLUE value IS 157 (61.72% from 255) = 29.62%
R=35.28%
G=35.09%
B=29.62%

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
Decimal18718615700.010.160.275818.0767.45
HexBBBA9D01101B3a1243
Octal2732722350120337222103
Binary101110111011101010011101011000011011111010100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBA9D; }

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

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

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

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

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

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

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

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