#B6B49D

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

Shades of Tana #B6B49D

Tints of Tana #B6B49D

Color information

#B6B49D (or 0xB6B49D) is unknown color: approx Tana. HEX triplet: B6, B4 and 9D. RGB value is (182,180,157). Sum of RGB (Red+Green+Blue) = 182+180+157=519 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.07% from 519); Green value is 180 (70.70% from 255 or 34.68% from 519); Blue value is 157 (61.72% from 255 or 30.25% from 519); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B49D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6B49D is #494B62. Grayscale: #B2B2B2. Windows color (decimal): -4803427 or 10335414. OLE color: 10335414.

HSL color Cylindrical-coordinate representation of color #B6B49D: hue angle of 55.2º 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 #B6B49D is Cyan = 0, Magento = 0.01, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB182180157-
CMYK00.010.140.29
HSL55.2º14.62%66.47%-
HSV(B)55.2º13.74%71.37%-
XYZ41.745.0238.39-
YUV177.98116.16130.87-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.07%
GREEN value IS 180 (70.70% from 255) = 34.68%
BLUE value IS 157 (61.72% from 255) = 30.25%
R=35.07%
G=34.68%
B=30.25%

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
Decimal18218015700.010.140.2955.214.6266.47
HexB6B49D01E1D37f42
Octal2662642350116356717102
Binary1011011010110100100111010111101110111011111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B49D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B49D; }

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

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

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

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

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

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

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

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