#B0AEA4

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

Shades of Tana #B0AEA4

Tints of Tana #B0AEA4

Color information

#B0AEA4 (or 0xB0AEA4) is unknown color: approx Tana. HEX triplet: B0, AE and A4. RGB value is (176,174,164). Sum of RGB (Red+Green+Blue) = 176+174+164=514 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.24% from 514); Green value is 174 (68.36% from 255 or 33.85% from 514); Blue value is 164 (64.45% from 255 or 31.91% from 514); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AEA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0AEA4 is #4F515B. Grayscale: #ADADAD. Windows color (decimal): -5198172 or 10792624. OLE color: 10792624.

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

Color convert

RGB176174164-
CMYK00.010.070.31
HSL50º7.06%66.67%-
HSV(B)50º6.82%69.02%-
XYZ39.7442.1841.17-
YUV173.46122.66129.81-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.24%
GREEN value IS 174 (68.36% from 255) = 33.85%
BLUE value IS 164 (64.45% from 255) = 31.91%
R=34.24%
G=33.85%
B=31.91%

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
Decimal17617416400.010.070.31507.0666.67
HexB0AEA40171F32743
Octal26025624401737627103
Binary10110000101011101010010001111111111100101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AEA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AEA4; }

 p { color: rgb(176,174,164); }

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

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

 a { background-color: rgb(176,174,164); }

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

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

 span { border-color: rgb(176,174,164); }

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