Shades of Tuscany #B06643
Tints of Tuscany #B06643
RGB
CMYK
RGB Variations
Color information
#B06643 (or 0xB06643) is known color: Tuscany. HEX triplet: B0, 66 and 43. RGB value is (176,102,67). Sum of RGB (Red+Green+Blue) = 176+102+67=345 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.01% from 345); Green value is 102 (40.23% from 255 or 29.57% from 345); Blue value is 67 (26.56% from 255 or 19.42% from 345); Max value from RGB is 176 - color contains mainly: red. Hex color #B06643 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06643 is #4F99BC. Grayscale: #787878. Windows color (decimal): -5216701 or 4417200. OLE color: 4417200.
HSL color Cylindrical-coordinate representation of color #B06643: hue angle of 19.27º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B06643 is Cyan = 0, Magento = 0.42, Yellow = 0.62 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 102 | 67 | - |
| CMYK | 0 | 0.42 | 0.62 | 0.31 |
| HSL | 19.27º | 0.45% | 0.48% | - |
| HSV(B) | 19.27º | 0.62% | 0.69% | - |
| XYZ | 23.67 | 19.14 | 7.76 | - |
| YUV | 120.14 | 98.02 | 167.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 102 | 67 | 0 | 0.42 | 0.62 | 0.31 | 19.27 | 0.45 | 0.48 |
| Hex | B0 | 66 | 43 | 0 | 2A | 3E | 1F | 13 | 2D | 30 |
| Octal | 260 | 146 | 103 | 0 | 52 | 76 | 37 | 23 | 55 | 60 |
| Binary | 10110000 | 1100110 | 1000011 | 0 | 101010 | 111110 | 11111 | 10011 | 101101 | 110000 |
Color Harmonies of #B06643
Complementary color
Monochromatic Colors of #B06643
Black with #B06643
Text Example
Text Example
White with #B06643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06643; }
p { color: rgb(176,102,67); }
H1.HeaderClassName
{
color: #B06643;
}
.AnyTagClassName
{
color: #B06643;
}
</style>
background-color css
<style>
a { background-color: #B06643; }
a { background-color: rgb(176,102,67); }
div.DivClassName
{
background-color: #B06643;
}
.BgClassName
{
background-color: #B06643;
}
</style>
border-color css
<style>
span { border-color: #B06643; }
span { border-color: rgb(176,102,67); }
td.TdClassName
{
border-color: #B06643;
}
.TagClassName
{
border-color: #B06643;
}
</style>