#B3B39A

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

Shades of Tana #B3B39A

Tints of Tana #B3B39A

Color information

#B3B39A (or 0xB3B39A) is unknown color: approx Tana. HEX triplet: B3, B3 and 9A. RGB value is (179,179,154). Sum of RGB (Red+Green+Blue) = 179+179+154=512 (67% of max value = 765). Red value is 179 (70.31% from 255 or 34.96% from 512); Green value is 179 (70.31% from 255 or 34.96% from 512); Blue value is 154 (60.55% from 255 or 30.08% from 512); Max value from RGB is 179 - color contains mainly: red, green. Hex color #B3B39A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3B39A is #4C4C65. Grayscale: #B0B0B0. Windows color (decimal): -5000294 or 10138547. OLE color: 10138547.

HSL color Cylindrical-coordinate representation of color #B3B39A: hue angle of 60º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B3B39A is Cyan = 0, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.30.

Color convert

RGB179179154-
CMYK000.140.30
HSL60º14.12%65.29%-
HSV(B)60º13.97%70.2%-
XYZ40.5444.1636.96-
YUV176.15115.5130.03-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.96%
GREEN value IS 179 (70.31% from 255) = 34.96%
BLUE value IS 154 (60.55% from 255) = 30.08%
R=34.96%
G=34.96%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179179154000.140.306014.1265.29
HexB3B39A00E1E3ce41
Octal2632632320016367416101
Binary1011001110110011100110100011101111011110011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B39A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B39A; }

 p { color: rgb(179,179,154); }

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

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

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

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

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

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

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