#B6B49C

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

Shades of Tana #B6B49C

Tints of Tana #B6B49C

Color information

#B6B49C (or 0xB6B49C) is unknown color: approx Tana. HEX triplet: B6, B4 and 9C. RGB value is (182,180,156). Sum of RGB (Red+Green+Blue) = 182+180+156=518 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.14% from 518); Green value is 180 (70.70% from 255 or 34.75% from 518); Blue value is 156 (61.33% from 255 or 30.12% from 518); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B49C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6B49C is #494B63. Grayscale: #B1B1B1. Windows color (decimal): -4803428 or 10269878. OLE color: 10269878.

HSL color Cylindrical-coordinate representation of color #B6B49C: hue angle of 55.38º degrees, saturation: 0.15, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B6B49C is Cyan = 0, Magento = 0.01, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB182180156-
CMYK00.010.140.29
HSL55.38º15.12%66.27%-
HSV(B)55.38º14.29%71.37%-
XYZ41.6144.9937.94-
YUV177.86115.66130.95-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.14%
GREEN value IS 180 (70.70% from 255) = 34.75%
BLUE value IS 156 (61.33% from 255) = 30.12%
R=35.14%
G=34.75%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18218015600.010.140.2955.3815.1266.27
HexB6B49C01E1D37f42
Octal2662642340116356717102
Binary1011011010110100100111000111101110111011111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B49C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B49C; }

 p { color: rgb(182,180,156); }

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

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

 a { background-color: rgb(182,180,156); }

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

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

 span { border-color: rgb(182,180,156); }

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