#B6B29E

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

Shades of Tana #B6B29E

Tints of Tana #B6B29E

Color information

#B6B29E (or 0xB6B29E) is unknown color: approx Tana. HEX triplet: B6, B2 and 9E. RGB value is (182,178,158). Sum of RGB (Red+Green+Blue) = 182+178+158=518 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.14% from 518); Green value is 178 (69.92% from 255 or 34.36% from 518); Blue value is 158 (62.11% from 255 or 30.50% from 518); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B29E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6B29E is #494D61. Grayscale: #B1B1B1. Windows color (decimal): -4803938 or 10400438. OLE color: 10400438.

HSL color Cylindrical-coordinate representation of color #B6B29E: hue angle of 50º degrees, saturation: 0.14, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B6B29E is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB182178158-
CMYK00.020.130.29
HSL50º14.12%66.67%-
HSV(B)50º13.19%71.37%-
XYZ41.3844.2538.71-
YUV176.92117.33131.63-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.14%
GREEN value IS 178 (69.92% from 255) = 34.36%
BLUE value IS 158 (62.11% from 255) = 30.50%
R=35.14%
G=34.36%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18217815800.020.130.295014.1266.67
HexB6B29E02D1D32e43
Octal2662622360215356216103
Binary10110110101100101001111001011011110111001011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B29E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B29E; }

 p { color: rgb(182,178,158); }

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

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

 a { background-color: rgb(182,178,158); }

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

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

 span { border-color: rgb(182,178,158); }

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