#B2AF9F

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

Shades of Tana #B2AF9F

Tints of Tana #B2AF9F

Color information

#B2AF9F (or 0xB2AF9F) is unknown color: approx Tana. HEX triplet: B2, AF and 9F. RGB value is (178,175,159). Sum of RGB (Red+Green+Blue) = 178+175+159=512 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.77% from 512); Green value is 175 (68.75% from 255 or 34.18% from 512); Blue value is 159 (62.5% from 255 or 31.05% from 512); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AF9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2AF9F is #4D5060. Grayscale: #AEAEAE. Windows color (decimal): -5066849 or 10465202. OLE color: 10465202.

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

Color convert

RGB178175159-
CMYK00.020.110.30
HSL50.53º10.98%66.08%-
HSV(B)50.53º10.67%69.8%-
XYZ39.9542.6338.92-
YUV174.07119.49130.8-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.77%
GREEN value IS 175 (68.75% from 255) = 34.18%
BLUE value IS 159 (62.5% from 255) = 31.05%
R=34.77%
G=34.18%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.11
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17817515900.020.110.3050.5310.9866.08
HexB2AF9F02B1E33b42
Octal2622572370213366313102
Binary10110010101011111001111101010111111011001110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AF9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AF9F; }

 p { color: rgb(178,175,159); }

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

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

 a { background-color: rgb(178,175,159); }

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

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

 span { border-color: rgb(178,175,159); }

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