#B2B39B

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

Shades of Tana #B2B39B

Tints of Tana #B2B39B

Color information

#B2B39B (or 0xB2B39B) is unknown color: approx Tana. HEX triplet: B2, B3 and 9B. RGB value is (178,179,155). Sum of RGB (Red+Green+Blue) = 178+179+155=512 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.77% from 512); Green value is 179 (70.31% from 255 or 34.96% from 512); Blue value is 155 (60.94% from 255 or 30.27% from 512); Max value from RGB is 179 - color contains mainly: green. Hex color #B2B39B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B39B is #4D4C64. Grayscale: #B0B0B0. Windows color (decimal): -5065829 or 10204082. OLE color: 10204082.

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

Color convert

RGB178179155-
CMYK0.0100.130.30
HSL62.5º13.64%65.49%-
HSV(B)62.5º13.41%70.2%-
XYZ40.444.0737.39-
YUV175.96116.17129.45-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.77%
GREEN value IS 179 (70.31% from 255) = 34.96%
BLUE value IS 155 (60.94% from 255) = 30.27%
R=34.77%
G=34.96%
B=30.27%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781791550.0100.130.3062.513.6465.49
HexB2B39B10D1E3ee41
Octal2622632331015367616101
Binary1011001010110011100110111011011111011111011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B39B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B39B; }

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

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

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

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

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

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

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

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