#B6B59B

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

Shades of Tana #B6B59B

Tints of Tana #B6B59B

Color information

#B6B59B (or 0xB6B59B) is unknown color: approx Tana. HEX triplet: B6, B5 and 9B. RGB value is (182,181,155). Sum of RGB (Red+Green+Blue) = 182+181+155=518 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.14% from 518); Green value is 181 (71.09% from 255 or 34.94% from 518); Blue value is 155 (60.94% from 255 or 29.92% from 518); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B59B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6B59B is #494A64. Grayscale: #B2B2B2. Windows color (decimal): -4803173 or 10204598. OLE color: 10204598.

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

Color convert

RGB182181155-
CMYK00.010.150.29
HSL57.78º15.61%66.08%-
HSV(B)57.78º14.84%71.37%-
XYZ41.7345.3637.57-
YUV178.33114.83130.61-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.14%
GREEN value IS 181 (71.09% from 255) = 34.94%
BLUE value IS 155 (60.94% from 255) = 29.92%
R=35.14%
G=34.94%
B=29.92%

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
Decimal18218115500.010.150.2957.7815.6166.08
HexB6B59B01F1D3a1042
Octal2662652330117357220102
Binary10110110101101011001101101111111101111010100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B59B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B59B; }

 p { color: rgb(182,181,155); }

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

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

 a { background-color: rgb(182,181,155); }

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

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

 span { border-color: rgb(182,181,155); }

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