Shades of Tuscany #B06144
Tints of Tuscany #B06144
RGB
CMYK
RGB Variations
Color information
#B06144 (or 0xB06144) is known color: Tuscany. HEX triplet: B0, 61 and 44. RGB value is (176,97,68). Sum of RGB (Red+Green+Blue) = 176+97+68=341 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.61% from 341); Green value is 97 (38.28% from 255 or 28.45% from 341); Blue value is 68 (26.95% from 255 or 19.94% from 341); Max value from RGB is 176 - color contains mainly: red. Hex color #B06144 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06144 is #4F9EBB. Grayscale: #757575. Windows color (decimal): -5217980 or 4481456. OLE color: 4481456.
HSL color Cylindrical-coordinate representation of color #B06144: hue angle of 16.11º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B06144 is Cyan = 0, Magento = 0.45, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 97 | 68 | - |
| CMYK | 0 | 0.45 | 0.61 | 0.31 |
| HSL | 16.11º | 0.44% | 0.48% | - |
| HSV(B) | 16.11º | 0.61% | 0.69% | - |
| XYZ | 23.22 | 18.2 | 7.76 | - |
| YUV | 117.32 | 100.17 | 169.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 97 | 68 | 0 | 0.45 | 0.61 | 0.31 | 16.11 | 0.44 | 0.48 |
| Hex | B0 | 61 | 44 | 0 | 2D | 3D | 1F | 10 | 2C | 30 |
| Octal | 260 | 141 | 104 | 0 | 55 | 75 | 37 | 20 | 54 | 60 |
| Binary | 10110000 | 1100001 | 1000100 | 0 | 101101 | 111101 | 11111 | 10000 | 101100 | 110000 |
Color Harmonies of #B06144
Complementary color
Monochromatic Colors of #B06144
Black with #B06144
Text Example
Text Example
White with #B06144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06144; }
p { color: rgb(176,97,68); }
H1.HeaderClassName
{
color: #B06144;
}
.AnyTagClassName
{
color: #B06144;
}
</style>
background-color css
<style>
a { background-color: #B06144; }
a { background-color: rgb(176,97,68); }
div.DivClassName
{
background-color: #B06144;
}
.BgClassName
{
background-color: #B06144;
}
</style>
border-color css
<style>
span { border-color: #B06144; }
span { border-color: rgb(176,97,68); }
td.TdClassName
{
border-color: #B06144;
}
.TagClassName
{
border-color: #B06144;
}
</style>