#B3B49E

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

Shades of Tana #B3B49E

Tints of Tana #B3B49E

Color information

#B3B49E (or 0xB3B49E) is unknown color: approx Tana. HEX triplet: B3, B4 and 9E. RGB value is (179,180,158). Sum of RGB (Red+Green+Blue) = 179+180+158=517 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.62% from 517); Green value is 180 (70.70% from 255 or 34.82% from 517); Blue value is 158 (62.11% from 255 or 30.56% from 517); Max value from RGB is 180 - color contains mainly: green. Hex color #B3B49E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3B49E is #4C4B61. Grayscale: #B1B1B1. Windows color (decimal): -5000034 or 10400947. OLE color: 10400947.

HSL color Cylindrical-coordinate representation of color #B3B49E: hue angle of 62.73º degrees, saturation: 0.13, 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 #B3B49E is Cyan = 0.01, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB179180158-
CMYK0.0100.120.29
HSL62.73º12.79%66.27%-
HSV(B)62.73º12.22%70.59%-
XYZ41.0844.6938.81-
YUV177.19117.17129.29-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.62%
GREEN value IS 180 (70.70% from 255) = 34.82%
BLUE value IS 158 (62.11% from 255) = 30.56%
R=34.62%
G=34.82%
B=30.56%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1791801580.0100.120.2962.7312.7966.27
HexB3B49E10C1D3fd42
Octal2632642361014357715102
Binary1011001110110100100111101011001110111111111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B49E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B49E; }

 p { color: rgb(179,180,158); }

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

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

 a { background-color: rgb(179,180,158); }

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

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

 span { border-color: rgb(179,180,158); }

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