Shades of Tana #B5B19F
Tints of Tana #B5B19F
RGB
CMYK
RGB Variations
Color information
#B5B19F (or 0xB5B19F) is known color: Tana. HEX triplet: B5, B1 and 9F. RGB value is (181,177,159). Sum of RGB (Red+Green+Blue) = 181+177+159=517 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.01% from 517); Green value is 177 (69.53% from 255 or 34.24% from 517); Blue value is 159 (62.5% from 255 or 30.75% from 517); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B19F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5B19F is #4A4E60. Grayscale: #B0B0B0. Windows color (decimal): -4869729 or 10465717. OLE color: 10465717.
HSL color Cylindrical-coordinate representation of color #B5B19F: hue angle of 49.09º degrees, saturation: 0.13, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B5B19F is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 177 | 159 | - |
| CMYK | 0 | 0.02 | 0.12 | 0.29 |
| HSL | 49.09º | 0.13% | 0.67% | - |
| HSV(B) | 49.09º | 0.12% | 0.71% | - |
| XYZ | 41.04 | 43.77 | 39.09 | - |
| YUV | 176.14 | 118.33 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 177 | 159 | 0 | 0.02 | 0.12 | 0.29 | 49.09 | 0.13 | 0.67 |
| Hex | B5 | B1 | 9F | 0 | 2 | C | 1D | 31 | D | 43 |
| Octal | 265 | 261 | 237 | 0 | 2 | 14 | 35 | 61 | 15 | 103 |
| Binary | 10110101 | 10110001 | 10011111 | 0 | 10 | 1100 | 11101 | 110001 | 1101 | 1000011 |
Color Harmonies of #B5B19F
Complementary color
Monochromatic Colors of #B5B19F
Black with #B5B19F
Text Example
Text Example
White with #B5B19F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B19F; }
p { color: rgb(181,177,159); }
H1.HeaderClassName
{
color: #B5B19F;
}
.AnyTagClassName
{
color: #B5B19F;
}
</style>
background-color css
<style>
a { background-color: #B5B19F; }
a { background-color: rgb(181,177,159); }
div.DivClassName
{
background-color: #B5B19F;
}
.BgClassName
{
background-color: #B5B19F;
}
</style>
border-color css
<style>
span { border-color: #B5B19F; }
span { border-color: rgb(181,177,159); }
td.TdClassName
{
border-color: #B5B19F;
}
.TagClassName
{
border-color: #B5B19F;
}
</style>