#B6B19D

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

Shades of Tana #B6B19D

Tints of Tana #B6B19D

Color information

#B6B19D (or 0xB6B19D) is unknown color: approx Tana. HEX triplet: B6, B1 and 9D. RGB value is (182,177,157). Sum of RGB (Red+Green+Blue) = 182+177+157=516 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.27% from 516); Green value is 177 (69.53% from 255 or 34.30% from 516); Blue value is 157 (61.72% from 255 or 30.43% from 516); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B19D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6B19D is #494E62. Grayscale: #B0B0B0. Windows color (decimal): -4804195 or 10334646. OLE color: 10334646.

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

Color convert

RGB182177157-
CMYK00.030.140.29
HSL48º14.62%66.47%-
HSV(B)48º13.74%71.37%-
XYZ41.143.8238.19-
YUV176.22117.16132.13-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.27%
GREEN value IS 177 (69.53% from 255) = 34.30%
BLUE value IS 157 (61.72% from 255) = 30.43%
R=35.27%
G=34.30%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18217715700.030.140.294814.6266.47
HexB6B19D03E1D30f42
Octal2662612350316356017102
Binary10110110101100011001110101111101110111000011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B19D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B19D; }

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

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

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

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

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

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

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

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