#B2B39E

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

Shades of Tana #B2B39E

Tints of Tana #B2B39E

Color information

#B2B39E (or 0xB2B39E) is unknown color: approx Tana. HEX triplet: B2, B3 and 9E. RGB value is (178,179,158). Sum of RGB (Red+Green+Blue) = 178+179+158=515 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.56% from 515); Green value is 179 (70.31% from 255 or 34.76% from 515); Blue value is 158 (62.11% from 255 or 30.68% from 515); Max value from RGB is 179 - color contains mainly: green. Hex color #B2B39E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B39E is #4D4C61. Grayscale: #B0B0B0. Windows color (decimal): -5065826 or 10400690. OLE color: 10400690.

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

Color convert

RGB178179158-
CMYK0.0100.120.30
HSL62.86º12.14%66.08%-
HSV(B)62.86º11.73%70.2%-
XYZ40.6544.1738.73-
YUV176.31117.67129.21-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.56%
GREEN value IS 179 (70.31% from 255) = 34.76%
BLUE value IS 158 (62.11% from 255) = 30.68%
R=34.56%
G=34.76%
B=30.68%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781791580.0100.120.3062.8612.1466.08
HexB2B39E10C1E3fc42
Octal2622632361014367714102
Binary1011001010110011100111101011001111011111111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B39E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B39E; }

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

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

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

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

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

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

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

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