#B4AF9F

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

Shades of Tana #B4AF9F

Tints of Tana #B4AF9F

Color information

#B4AF9F (or 0xB4AF9F) is unknown color: approx Tana. HEX triplet: B4, AF and 9F. RGB value is (180,175,159). Sum of RGB (Red+Green+Blue) = 180+175+159=514 (68% of max value = 765). Red value is 180 (70.70% from 255 or 35.02% from 514); Green value is 175 (68.75% from 255 or 34.05% from 514); Blue value is 159 (62.5% from 255 or 30.93% from 514); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AF9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4AF9F is #4B5060. Grayscale: #AEAEAE. Windows color (decimal): -4935777 or 10465204. OLE color: 10465204.

HSL color Cylindrical-coordinate representation of color #B4AF9F: hue angle of 45.71º degrees, saturation: 0.12, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B4AF9F is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB180175159-
CMYK00.030.120.29
HSL45.71º12.28%66.47%-
HSV(B)45.71º11.67%70.59%-
XYZ40.4142.8738.95-
YUV174.67119.16131.8-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.02%
GREEN value IS 175 (68.75% from 255) = 34.05%
BLUE value IS 159 (62.5% from 255) = 30.93%
R=35.02%
G=34.05%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017515900.030.120.2945.7112.2866.47
HexB4AF9F03C1D2ec42
Octal2642572370314355614102
Binary10110100101011111001111101111001110110111011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AF9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AF9F; }

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

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

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

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

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

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

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

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