#B2B1A7

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

Shades of Tana #B2B1A7

Tints of Tana #B2B1A7

Color information

#B2B1A7 (or 0xB2B1A7) is unknown color: approx Tana. HEX triplet: B2, B1 and A7. RGB value is (178,177,167). Sum of RGB (Red+Green+Blue) = 178+177+167=522 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.10% from 522); Green value is 177 (69.53% from 255 or 33.91% from 522); Blue value is 167 (65.62% from 255 or 31.99% from 522); Max value from RGB is 178 - color contains mainly: red. Hex color #B2B1A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2B1A7 is #4D4E58. Grayscale: #B0B0B0. Windows color (decimal): -5066329 or 10990002. OLE color: 10990002.

HSL color Cylindrical-coordinate representation of color #B2B1A7: hue angle of 54.55º degrees, saturation: 0.07, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B2B1A7 is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.30.

Color convert

RGB178177167-
CMYK00.010.060.30
HSL54.55º6.67%67.65%-
HSV(B)54.55º6.18%69.8%-
XYZ41.0643.742.83-
YUV176.16122.83129.31-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.10%
GREEN value IS 177 (69.53% from 255) = 33.91%
BLUE value IS 167 (65.62% from 255) = 31.99%
R=34.10%
G=33.91%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.06
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17817716700.010.060.3054.556.6767.65
HexB2B1A70161E37744
Octal26226124701636677104
Binary10110010101100011010011101110111101101111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B1A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B1A7; }

 p { color: rgb(178,177,167); }

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

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

 a { background-color: rgb(178,177,167); }

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

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

 span { border-color: rgb(178,177,167); }

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