Shades of Tuscany #B06648
Tints of Tuscany #B06648
RGB
CMYK
RGB Variations
Color information
#B06648 (or 0xB06648) is known color: Tuscany. HEX triplet: B0, 66 and 48. RGB value is (176,102,72). Sum of RGB (Red+Green+Blue) = 176+102+72=350 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.29% from 350); Green value is 102 (40.23% from 255 or 29.14% from 350); Blue value is 72 (28.52% from 255 or 20.57% from 350); Max value from RGB is 176 - color contains mainly: red. Hex color #B06648 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06648 is #4F99B7. Grayscale: #787878. Windows color (decimal): -5216696 or 4744880. OLE color: 4744880.
HSL color Cylindrical-coordinate representation of color #B06648: hue angle of 17.31º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B06648 is Cyan = 0, Magento = 0.42, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 102 | 72 | - |
| CMYK | 0 | 0.42 | 0.59 | 0.31 |
| HSL | 17.31º | 0.42% | 0.49% | - |
| HSV(B) | 17.31º | 0.59% | 0.69% | - |
| XYZ | 23.83 | 19.2 | 8.58 | - |
| YUV | 120.71 | 100.52 | 167.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 102 | 72 | 0 | 0.42 | 0.59 | 0.31 | 17.31 | 0.42 | 0.49 |
| Hex | B0 | 66 | 48 | 0 | 2A | 3B | 1F | 11 | 2A | 31 |
| Octal | 260 | 146 | 110 | 0 | 52 | 73 | 37 | 21 | 52 | 61 |
| Binary | 10110000 | 1100110 | 1001000 | 0 | 101010 | 111011 | 11111 | 10001 | 101010 | 110001 |
Color Harmonies of #B06648
Complementary color
Monochromatic Colors of #B06648
Black with #B06648
Text Example
Text Example
White with #B06648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06648; }
p { color: rgb(176,102,72); }
H1.HeaderClassName
{
color: #B06648;
}
.AnyTagClassName
{
color: #B06648;
}
</style>
background-color css
<style>
a { background-color: #B06648; }
a { background-color: rgb(176,102,72); }
div.DivClassName
{
background-color: #B06648;
}
.BgClassName
{
background-color: #B06648;
}
</style>
border-color css
<style>
span { border-color: #B06648; }
span { border-color: rgb(176,102,72); }
td.TdClassName
{
border-color: #B06648;
}
.TagClassName
{
border-color: #B06648;
}
</style>