#B1AFA7

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

Shades of Tana #B1AFA7

Tints of Tana #B1AFA7

Color information

#B1AFA7 (or 0xB1AFA7) is unknown color: approx Tana. HEX triplet: B1, AF and A7. RGB value is (177,175,167). Sum of RGB (Red+Green+Blue) = 177+175+167=519 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.10% from 519); Green value is 175 (68.75% from 255 or 33.72% from 519); Blue value is 167 (65.62% from 255 or 32.18% from 519); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AFA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1AFA7 is #4E5058. Grayscale: #AEAEAE. Windows color (decimal): -5132377 or 10989489. OLE color: 10989489.

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

Color convert

RGB177175167-
CMYK00.010.060.31
HSL48º6.02%67.45%-
HSV(B)48º5.65%69.41%-
XYZ40.4442.842.69-
YUV174.69123.66129.65-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.10%
GREEN value IS 175 (68.75% from 255) = 33.72%
BLUE value IS 167 (65.62% from 255) = 32.18%
R=34.10%
G=33.72%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17717516700.010.060.31486.0267.45
HexB1AFA70161F30643
Octal26125724701637606103
Binary10110001101011111010011101110111111100001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AFA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AFA7; }

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

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

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

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

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

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

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

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