#B3AFA3

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

Shades of Tana #B3AFA3

Tints of Tana #B3AFA3

Color information

#B3AFA3 (or 0xB3AFA3) is unknown color: approx Tana. HEX triplet: B3, AF and A3. RGB value is (179,175,163). Sum of RGB (Red+Green+Blue) = 179+175+163=517 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.62% from 517); Green value is 175 (68.75% from 255 or 33.85% from 517); Blue value is 163 (64.06% from 255 or 31.53% from 517); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AFA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3AFA3 is #4C505C. Grayscale: #AEAEAE. Windows color (decimal): -5001309 or 10727347. OLE color: 10727347.

HSL color Cylindrical-coordinate representation of color #B3AFA3: hue angle of 45º degrees, saturation: 0.1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B3AFA3 is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.30.

Color convert

RGB179175163-
CMYK00.020.090.30
HSL45º9.52%67.06%-
HSV(B)45º8.94%70.2%-
XYZ40.5342.8940.79-
YUV174.83121.33130.98-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.62%
GREEN value IS 175 (68.75% from 255) = 33.85%
BLUE value IS 163 (64.06% from 255) = 31.53%
R=34.62%
G=33.85%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.09
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17917516300.020.090.30459.5267.06
HexB3AFA30291E2da43
Octal2632572430211365512103
Binary10110011101011111010001101010011111010110110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AFA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AFA3; }

 p { color: rgb(179,175,163); }

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

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

 a { background-color: rgb(179,175,163); }

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

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

 span { border-color: rgb(179,175,163); }

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