Shades of Tana #B4B19B
Tints of Tana #B4B19B
RGB
CMYK
RGB Variations
Color information
#B4B19B (or 0xB4B19B) is known color: Tana. HEX triplet: B4, B1 and 9B. RGB value is (180,177,155). Sum of RGB (Red+Green+Blue) = 180+177+155=512 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.16% from 512); Green value is 177 (69.53% from 255 or 34.57% from 512); Blue value is 155 (60.94% from 255 or 30.27% from 512); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B19B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4B19B is #4B4E64. Grayscale: #AFAFAF. Windows color (decimal): -4935269 or 10203572. OLE color: 10203572.
HSL color Cylindrical-coordinate representation of color #B4B19B: hue angle of 52.8º degrees, saturation: 0.14, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B4B19B is Cyan = 0, Magento = 0.02, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 177 | 155 | - |
| CMYK | 0 | 0.02 | 0.14 | 0.29 |
| HSL | 52.8º | 0.14% | 0.66% | - |
| HSV(B) | 52.8º | 0.14% | 0.71% | - |
| XYZ | 40.46 | 43.51 | 37.28 | - |
| YUV | 175.39 | 116.49 | 131.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 177 | 155 | 0 | 0.02 | 0.14 | 0.29 | 52.8 | 0.14 | 0.66 |
| Hex | B4 | B1 | 9B | 0 | 2 | E | 1D | 35 | E | 42 |
| Octal | 264 | 261 | 233 | 0 | 2 | 16 | 35 | 65 | 16 | 102 |
| Binary | 10110100 | 10110001 | 10011011 | 0 | 10 | 1110 | 11101 | 110101 | 1110 | 1000010 |
Color Harmonies of #B4B19B
Complementary color
Monochromatic Colors of #B4B19B
Black with #B4B19B
Text Example
Text Example
White with #B4B19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4B19B; }
p { color: rgb(180,177,155); }
H1.HeaderClassName
{
color: #B4B19B;
}
.AnyTagClassName
{
color: #B4B19B;
}
</style>
background-color css
<style>
a { background-color: #B4B19B; }
a { background-color: rgb(180,177,155); }
div.DivClassName
{
background-color: #B4B19B;
}
.BgClassName
{
background-color: #B4B19B;
}
</style>
border-color css
<style>
span { border-color: #B4B19B; }
span { border-color: rgb(180,177,155); }
td.TdClassName
{
border-color: #B4B19B;
}
.TagClassName
{
border-color: #B4B19B;
}
</style>