#B1AF9E

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

Shades of Tana #B1AF9E

Tints of Tana #B1AF9E

Color information

#B1AF9E (or 0xB1AF9E) is unknown color: approx Tana. HEX triplet: B1, AF and 9E. RGB value is (177,175,158). Sum of RGB (Red+Green+Blue) = 177+175+158=510 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.71% from 510); Green value is 175 (68.75% from 255 or 34.31% from 510); Blue value is 158 (62.11% from 255 or 30.98% from 510); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AF9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1AF9E is #4E5061. Grayscale: #ADADAD. Windows color (decimal): -5132386 or 10399665. OLE color: 10399665.

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

Color convert

RGB177175158-
CMYK00.010.110.31
HSL53.68º10.86%65.69%-
HSV(B)53.68º10.73%69.41%-
XYZ39.6342.4838.46-
YUV173.66119.16130.38-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.71%
GREEN value IS 175 (68.75% from 255) = 34.31%
BLUE value IS 158 (62.11% from 255) = 30.98%
R=34.71%
G=34.31%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17717515800.010.110.3153.6810.8665.69
HexB1AF9E01B1F36b42
Octal2612572360113376613102
Binary1011000110101111100111100110111111111011010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AF9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AF9E; }

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

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

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

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

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

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

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

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