Shades of Tana #B4B19C
Tints of Tana #B4B19C
RGB
CMYK
RGB Variations
Color information
#B4B19C (or 0xB4B19C) is known color: Tana. HEX triplet: B4, B1 and 9C. RGB value is (180,177,156). Sum of RGB (Red+Green+Blue) = 180+177+156=513 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.09% from 513); Green value is 177 (69.53% from 255 or 34.50% from 513); Blue value is 156 (61.33% from 255 or 30.41% from 513); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B19C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4B19C is #4B4E63. Grayscale: #AFAFAF. Windows color (decimal): -4935268 or 10269108. OLE color: 10269108.
HSL color Cylindrical-coordinate representation of color #B4B19C: hue angle of 52.5º degrees, saturation: 0.14, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B4B19C is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 177 | 156 | - |
| CMYK | 0 | 0.02 | 0.13 | 0.29 |
| HSL | 52.5º | 0.14% | 0.66% | - |
| HSV(B) | 52.5º | 0.13% | 0.71% | - |
| XYZ | 40.55 | 43.55 | 37.72 | - |
| YUV | 175.5 | 116.99 | 131.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 177 | 156 | 0 | 0.02 | 0.13 | 0.29 | 52.5 | 0.14 | 0.66 |
| Hex | B4 | B1 | 9C | 0 | 2 | D | 1D | 34 | E | 42 |
| Octal | 264 | 261 | 234 | 0 | 2 | 15 | 35 | 64 | 16 | 102 |
| Binary | 10110100 | 10110001 | 10011100 | 0 | 10 | 1101 | 11101 | 110100 | 1110 | 1000010 |
Color Harmonies of #B4B19C
Complementary color
Monochromatic Colors of #B4B19C
Black with #B4B19C
Text Example
Text Example
White with #B4B19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4B19C; }
p { color: rgb(180,177,156); }
H1.HeaderClassName
{
color: #B4B19C;
}
.AnyTagClassName
{
color: #B4B19C;
}
</style>
background-color css
<style>
a { background-color: #B4B19C; }
a { background-color: rgb(180,177,156); }
div.DivClassName
{
background-color: #B4B19C;
}
.BgClassName
{
background-color: #B4B19C;
}
</style>
border-color css
<style>
span { border-color: #B4B19C; }
span { border-color: rgb(180,177,156); }
td.TdClassName
{
border-color: #B4B19C;
}
.TagClassName
{
border-color: #B4B19C;
}
</style>