#B3B49B

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

Shades of Tana #B3B49B

Tints of Tana #B3B49B

Color information

#B3B49B (or 0xB3B49B) is unknown color: approx Tana. HEX triplet: B3, B4 and 9B. RGB value is (179,180,155). Sum of RGB (Red+Green+Blue) = 179+180+155=514 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.82% from 514); Green value is 180 (70.70% from 255 or 35.02% from 514); Blue value is 155 (60.94% from 255 or 30.16% from 514); Max value from RGB is 180 - color contains mainly: green. Hex color #B3B49B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3B49B is #4C4B64. Grayscale: #B0B0B0. Windows color (decimal): -5000037 or 10204339. OLE color: 10204339.

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

Color convert

RGB179180155-
CMYK0.0100.140.29
HSL62.4º14.29%65.69%-
HSV(B)62.4º13.89%70.59%-
XYZ40.8344.5937.47-
YUV176.85115.67129.53-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.82%
GREEN value IS 180 (70.70% from 255) = 35.02%
BLUE value IS 155 (60.94% from 255) = 30.16%
R=34.82%
G=35.02%
B=30.16%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1791801550.0100.140.2962.414.2965.69
HexB3B49B10E1D3ee42
Octal2632642331016357616102
Binary1011001110110100100110111011101110111111011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B49B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B49B; }

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

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

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

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

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

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

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

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