#B0AFA3

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

Shades of Tana #B0AFA3

Tints of Tana #B0AFA3

Color information

#B0AFA3 (or 0xB0AFA3) is unknown color: approx Tana. HEX triplet: B0, AF and A3. RGB value is (176,175,163). Sum of RGB (Red+Green+Blue) = 176+175+163=514 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.24% from 514); Green value is 175 (68.75% from 255 or 34.05% from 514); Blue value is 163 (64.06% from 255 or 31.71% from 514); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AFA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0AFA3 is #4F505C. Grayscale: #ADADAD. Windows color (decimal): -5197917 or 10727344. OLE color: 10727344.

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

Color convert

RGB176175163-
CMYK00.010.070.31
HSL55.38º7.6%66.47%-
HSV(B)55.38º7.39%69.02%-
XYZ39.8542.5340.76-
YUV173.93121.83129.48-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.24%
GREEN value IS 175 (68.75% from 255) = 34.05%
BLUE value IS 163 (64.06% from 255) = 31.71%
R=34.24%
G=34.05%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17617516300.010.070.3155.387.666.47
HexB0AFA30171F37842
Octal260257243017376710102
Binary101100001010111110100011011111111111011110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AFA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AFA3; }

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

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

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

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

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

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

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

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