#B2B19C

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

Shades of Tana #B2B19C

Tints of Tana #B2B19C

Color information

#B2B19C (or 0xB2B19C) is unknown color: approx Tana. HEX triplet: B2, B1 and 9C. RGB value is (178,177,156). Sum of RGB (Red+Green+Blue) = 178+177+156=511 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.83% from 511); Green value is 177 (69.53% from 255 or 34.64% from 511); Blue value is 156 (61.33% from 255 or 30.53% from 511); Max value from RGB is 178 - color contains mainly: red. Hex color #B2B19C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2B19C is #4D4E63. Grayscale: #AEAEAE. Windows color (decimal): -5066340 or 10269106. OLE color: 10269106.

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

Color convert

RGB178177156-
CMYK00.010.120.30
HSL57.27º12.5%65.49%-
HSV(B)57.27º12.36%69.8%-
XYZ40.0843.3137.7-
YUV174.9117.33130.21-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.83%
GREEN value IS 177 (69.53% from 255) = 34.64%
BLUE value IS 156 (61.33% from 255) = 30.53%
R=34.83%
G=34.64%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.12
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17817715600.010.120.3057.2712.565.49
HexB2B19C01C1E39d41
Octal2622612340114367115101
Binary1011001010110001100111000111001111011100111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B19C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B19C; }

 p { color: rgb(178,177,156); }

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

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

 a { background-color: rgb(178,177,156); }

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

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

 span { border-color: rgb(178,177,156); }

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