#B6B19A

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

Shades of Tana #B6B19A

Tints of Tana #B6B19A

Color information

#B6B19A (or 0xB6B19A) is unknown color: approx Tana. HEX triplet: B6, B1 and 9A. RGB value is (182,177,154). Sum of RGB (Red+Green+Blue) = 182+177+154=513 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.48% from 513); Green value is 177 (69.53% from 255 or 34.50% from 513); Blue value is 154 (60.55% from 255 or 30.02% from 513); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B19A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6B19A is #494E65. Grayscale: #AFAFAF. Windows color (decimal): -4804198 or 10138038. OLE color: 10138038.

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

Color convert

RGB182177154-
CMYK00.030.150.29
HSL49.29º16.09%65.88%-
HSV(B)49.29º15.38%71.37%-
XYZ40.8543.7236.86-
YUV175.87115.66132.37-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.48%
GREEN value IS 177 (69.53% from 255) = 34.50%
BLUE value IS 154 (60.55% from 255) = 30.02%
R=35.48%
G=34.50%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18217715400.030.150.2949.2916.0965.88
HexB6B19A03F1D311042
Octal2662612320317356120102
Binary101101101011000110011010011111111101110001100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B19A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B19A; }

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

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

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

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

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

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

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

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