Shades of Tana #B4B598
Tints of Tana #B4B598
RGB
CMYK
RGB Variations
Color information
#B4B598 (or 0xB4B598) is known color: Tana. HEX triplet: B4, B5 and 98. RGB value is (180,181,152). Sum of RGB (Red+Green+Blue) = 180+181+152=513 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.09% from 513); Green value is 181 (71.09% from 255 or 35.28% from 513); Blue value is 152 (59.77% from 255 or 29.63% from 513); Max value from RGB is 181 - color contains mainly: green. Hex color #B4B598 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4B598 is #4B4A67. Grayscale: #B1B1B1. Windows color (decimal): -4934248 or 10007988. OLE color: 10007988.
HSL color Cylindrical-coordinate representation of color #B4B598: hue angle of 62.07º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B4B598 is Cyan = 0.01, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 181 | 152 | - |
| CMYK | 0.01 | 0 | 0.16 | 0.29 |
| HSL | 62.07º | 0.16% | 0.65% | - |
| HSV(B) | 62.07º | 0.16% | 0.71% | - |
| XYZ | 41.01 | 45.02 | 36.23 | - |
| YUV | 177.4 | 113.67 | 129.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 181 | 152 | 0.01 | 0 | 0.16 | 0.29 | 62.07 | 0.16 | 0.65 |
| Hex | B4 | B5 | 98 | 1 | 0 | 10 | 1D | 3E | 10 | 41 |
| Octal | 264 | 265 | 230 | 1 | 0 | 20 | 35 | 76 | 20 | 101 |
| Binary | 10110100 | 10110101 | 10011000 | 1 | 0 | 10000 | 11101 | 111110 | 10000 | 1000001 |
Color Harmonies of #B4B598
Complementary color
Monochromatic Colors of #B4B598
Black with #B4B598
Text Example
Text Example
White with #B4B598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4B598; }
p { color: rgb(180,181,152); }
H1.HeaderClassName
{
color: #B4B598;
}
.AnyTagClassName
{
color: #B4B598;
}
</style>
background-color css
<style>
a { background-color: #B4B598; }
a { background-color: rgb(180,181,152); }
div.DivClassName
{
background-color: #B4B598;
}
.BgClassName
{
background-color: #B4B598;
}
</style>
border-color css
<style>
span { border-color: #B4B598; }
span { border-color: rgb(180,181,152); }
td.TdClassName
{
border-color: #B4B598;
}
.TagClassName
{
border-color: #B4B598;
}
</style>