#B0ADA2

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

Shades of Tana #B0ADA2

Tints of Tana #B0ADA2

Color information

#B0ADA2 (or 0xB0ADA2) is unknown color: approx Tana. HEX triplet: B0, AD and A2. RGB value is (176,173,162). Sum of RGB (Red+Green+Blue) = 176+173+162=511 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.44% from 511); Green value is 173 (67.97% from 255 or 33.86% from 511); Blue value is 162 (63.67% from 255 or 31.70% from 511); Max value from RGB is 176 - color contains mainly: red. Hex color #B0ADA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0ADA2 is #4F525D. Grayscale: #ACACAC. Windows color (decimal): -5198430 or 10661296. OLE color: 10661296.

HSL color Cylindrical-coordinate representation of color #B0ADA2: hue angle of 47.14º degrees, saturation: 0.08, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B0ADA2 is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.31.

Color convert

RGB176173162-
CMYK00.020.080.31
HSL47.14º8.14%66.27%-
HSV(B)47.14º7.95%69.02%-
XYZ39.3741.7340.16-
YUV172.64121.99130.39-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.44%
GREEN value IS 173 (67.97% from 255) = 33.86%
BLUE value IS 162 (63.67% from 255) = 31.70%
R=34.44%
G=33.86%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.08
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17617316200.020.080.3147.148.1466.27
HexB0ADA20281F2f842
Octal2602552420210375710102
Binary10110000101011011010001001010001111110111110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0ADA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0ADA2; }

 p { color: rgb(176,173,162); }

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

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

 a { background-color: rgb(176,173,162); }

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

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

 span { border-color: rgb(176,173,162); }

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