#B3B49C

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

Shades of Tana #B3B49C

Tints of Tana #B3B49C

Color information

#B3B49C (or 0xB3B49C) is unknown color: approx Tana. HEX triplet: B3, B4 and 9C. RGB value is (179,180,156). Sum of RGB (Red+Green+Blue) = 179+180+156=515 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.76% from 515); Green value is 180 (70.70% from 255 or 34.95% from 515); Blue value is 156 (61.33% from 255 or 30.29% from 515); Max value from RGB is 180 - color contains mainly: green. Hex color #B3B49C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3B49C is #4C4B63. Grayscale: #B1B1B1. Windows color (decimal): -5000036 or 10269875. OLE color: 10269875.

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

Color convert

RGB179180156-
CMYK0.0100.130.29
HSL62.5º13.79%65.88%-
HSV(B)62.5º13.33%70.59%-
XYZ40.9144.6337.91-
YUV176.96116.17129.45-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.76%
GREEN value IS 180 (70.70% from 255) = 34.95%
BLUE value IS 156 (61.33% from 255) = 30.29%
R=34.76%
G=34.95%
B=30.29%

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
Decimal1791801560.0100.130.2962.513.7965.88
HexB3B49C10D1D3ee42
Octal2632642341015357616102
Binary1011001110110100100111001011011110111111011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B49C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B49C; }

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

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

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

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

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

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

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

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