#B3B49D

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

Shades of Tana #B3B49D

Tints of Tana #B3B49D

Color information

#B3B49D (or 0xB3B49D) is unknown color: approx Tana. HEX triplet: B3, B4 and 9D. RGB value is (179,180,157). Sum of RGB (Red+Green+Blue) = 179+180+157=516 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.69% from 516); Green value is 180 (70.70% from 255 or 34.88% from 516); Blue value is 157 (61.72% from 255 or 30.43% from 516); Max value from RGB is 180 - color contains mainly: green. Hex color #B3B49D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3B49D is #4C4B62. Grayscale: #B1B1B1. Windows color (decimal): -5000035 or 10335411. OLE color: 10335411.

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

Color convert

RGB179180157-
CMYK0.0100.130.29
HSL62.61º13.29%66.08%-
HSV(B)62.61º12.78%70.59%-
XYZ4144.6638.36-
YUV177.08116.67129.37-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.69%
GREEN value IS 180 (70.70% from 255) = 34.88%
BLUE value IS 157 (61.72% from 255) = 30.43%
R=34.69%
G=34.88%
B=30.43%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1791801570.0100.130.2962.6113.2966.08
HexB3B49D10D1D3fd42
Octal2632642351015357715102
Binary1011001110110100100111011011011110111111111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B49D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B49D; }

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

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

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

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

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

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

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

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