Shades of Tuscany #B06744
Tints of Tuscany #B06744
RGB
CMYK
RGB Variations
Color information
#B06744 (or 0xB06744) is known color: Tuscany. HEX triplet: B0, 67 and 44. RGB value is (176,103,68). Sum of RGB (Red+Green+Blue) = 176+103+68=347 (45% of max value = 765). Red value is 176 (69.14% from 255 or 50.72% from 347); Green value is 103 (40.62% from 255 or 29.68% from 347); Blue value is 68 (26.95% from 255 or 19.60% from 347); Max value from RGB is 176 - color contains mainly: red. Hex color #B06744 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06744 is #4F98BB. Grayscale: #797979. Windows color (decimal): -5216444 or 4482992. OLE color: 4482992.
HSL color Cylindrical-coordinate representation of color #B06744: hue angle of 19.44º 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 #B06744 is Cyan = 0, Magento = 0.41, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 103 | 68 | - |
| CMYK | 0 | 0.41 | 0.61 | 0.31 |
| HSL | 19.44º | 0.44% | 0.48% | - |
| HSV(B) | 19.44º | 0.61% | 0.69% | - |
| XYZ | 23.8 | 19.35 | 7.95 | - |
| YUV | 120.84 | 98.18 | 167.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 103 | 68 | 0 | 0.41 | 0.61 | 0.31 | 19.44 | 0.44 | 0.48 |
| Hex | B0 | 67 | 44 | 0 | 29 | 3D | 1F | 13 | 2C | 30 |
| Octal | 260 | 147 | 104 | 0 | 51 | 75 | 37 | 23 | 54 | 60 |
| Binary | 10110000 | 1100111 | 1000100 | 0 | 101001 | 111101 | 11111 | 10011 | 101100 | 110000 |
Color Harmonies of #B06744
Complementary color
Monochromatic Colors of #B06744
Black with #B06744
Text Example
Text Example
White with #B06744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06744; }
p { color: rgb(176,103,68); }
H1.HeaderClassName
{
color: #B06744;
}
.AnyTagClassName
{
color: #B06744;
}
</style>
background-color css
<style>
a { background-color: #B06744; }
a { background-color: rgb(176,103,68); }
div.DivClassName
{
background-color: #B06744;
}
.BgClassName
{
background-color: #B06744;
}
</style>
border-color css
<style>
span { border-color: #B06744; }
span { border-color: rgb(176,103,68); }
td.TdClassName
{
border-color: #B06744;
}
.TagClassName
{
border-color: #B06744;
}
</style>