Shades of Tana #B4B09C
Tints of Tana #B4B09C
RGB
CMYK
RGB Variations
Color information
#B4B09C (or 0xB4B09C) is known color: Tana. HEX triplet: B4, B0 and 9C. RGB value is (180,176,156). Sum of RGB (Red+Green+Blue) = 180+176+156=512 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.16% from 512); Green value is 176 (69.14% from 255 or 34.38% from 512); Blue value is 156 (61.33% from 255 or 30.47% from 512); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B09C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4B09C is #4B4F63. Grayscale: #AEAEAE. Windows color (decimal): -4935524 or 10268852. OLE color: 10268852.
HSL color Cylindrical-coordinate representation of color #B4B09C: hue angle of 50º 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 #B4B09C is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 176 | 156 | - |
| CMYK | 0 | 0.02 | 0.13 | 0.29 |
| HSL | 50º | 0.14% | 0.66% | - |
| HSV(B) | 50º | 0.13% | 0.71% | - |
| XYZ | 40.35 | 43.15 | 37.66 | - |
| YUV | 174.92 | 117.33 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 176 | 156 | 0 | 0.02 | 0.13 | 0.29 | 50 | 0.14 | 0.66 |
| Hex | B4 | B0 | 9C | 0 | 2 | D | 1D | 32 | E | 42 |
| Octal | 264 | 260 | 234 | 0 | 2 | 15 | 35 | 62 | 16 | 102 |
| Binary | 10110100 | 10110000 | 10011100 | 0 | 10 | 1101 | 11101 | 110010 | 1110 | 1000010 |
Color Harmonies of #B4B09C
Complementary color
Monochromatic Colors of #B4B09C
Black with #B4B09C
Text Example
Text Example
White with #B4B09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4B09C; }
p { color: rgb(180,176,156); }
H1.HeaderClassName
{
color: #B4B09C;
}
.AnyTagClassName
{
color: #B4B09C;
}
</style>
background-color css
<style>
a { background-color: #B4B09C; }
a { background-color: rgb(180,176,156); }
div.DivClassName
{
background-color: #B4B09C;
}
.BgClassName
{
background-color: #B4B09C;
}
</style>
border-color css
<style>
span { border-color: #B4B09C; }
span { border-color: rgb(180,176,156); }
td.TdClassName
{
border-color: #B4B09C;
}
.TagClassName
{
border-color: #B4B09C;
}
</style>