#B6B49A

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

Shades of Tana #B6B49A

Tints of Tana #B6B49A

Color information

#B6B49A (or 0xB6B49A) is unknown color: approx Tana. HEX triplet: B6, B4 and 9A. RGB value is (182,180,154). Sum of RGB (Red+Green+Blue) = 182+180+154=516 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.27% from 516); Green value is 180 (70.70% from 255 or 34.88% from 516); Blue value is 154 (60.55% from 255 or 29.84% from 516); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B49A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6B49A is #494B65. Grayscale: #B1B1B1. Windows color (decimal): -4803430 or 10138806. OLE color: 10138806.

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

Color convert

RGB182180154-
CMYK00.010.150.29
HSL55.71º16.09%65.88%-
HSV(B)55.71º15.38%71.37%-
XYZ41.4544.9237.06-
YUV177.63114.66131.11-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.27%
GREEN value IS 180 (70.70% from 255) = 34.88%
BLUE value IS 154 (60.55% from 255) = 29.84%
R=35.27%
G=34.88%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18218015400.010.150.2955.7116.0965.88
HexB6B49A01F1D381042
Octal2662642320117357020102
Binary10110110101101001001101001111111101111000100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B49A; }

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

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

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

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

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

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

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

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