#B2B39A

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

Shades of Tana #B2B39A

Tints of Tana #B2B39A

Color information

#B2B39A (or 0xB2B39A) is unknown color: approx Tana. HEX triplet: B2, B3 and 9A. RGB value is (178,179,154). Sum of RGB (Red+Green+Blue) = 178+179+154=511 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.83% from 511); Green value is 179 (70.31% from 255 or 35.03% from 511); Blue value is 154 (60.55% from 255 or 30.14% from 511); Max value from RGB is 179 - color contains mainly: green. Hex color #B2B39A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B39A is #4D4C65. Grayscale: #AFAFAF. Windows color (decimal): -5065830 or 10138546. OLE color: 10138546.

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

Color convert

RGB178179154-
CMYK0.0100.140.30
HSL62.4º14.12%65.29%-
HSV(B)62.4º13.97%70.2%-
XYZ40.3144.0436.95-
YUV175.85115.67129.53-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.83%
GREEN value IS 179 (70.31% from 255) = 35.03%
BLUE value IS 154 (60.55% from 255) = 30.14%
R=34.83%
G=35.03%
B=30.14%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781791540.0100.140.3062.414.1265.29
HexB2B39A10E1E3ee41
Octal2622632321016367616101
Binary1011001010110011100110101011101111011111011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B39A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B39A; }

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

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

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

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

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

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

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

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