Shades of Tuscany #B76345
Tints of Tuscany #B76345
RGB
CMYK
RGB Variations
Color information
#B76345 (or 0xB76345) is known color: Tuscany. HEX triplet: B7, 63 and 45. RGB value is (183,99,69). Sum of RGB (Red+Green+Blue) = 183+99+69=351 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.14% from 351); Green value is 99 (39.06% from 255 or 28.21% from 351); Blue value is 69 (27.34% from 255 or 19.66% from 351); Max value from RGB is 183 - color contains mainly: red. Hex color #B76345 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76345 is #489CBA. Grayscale: #787878. Windows color (decimal): -4758715 or 4547511. OLE color: 4547511.
HSL color Cylindrical-coordinate representation of color #B76345: hue angle of 15.79º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B76345 is Cyan = 0, Magento = 0.46, Yellow = 0.62 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 99 | 69 | - |
| CMYK | 0 | 0.46 | 0.62 | 0.28 |
| HSL | 15.79º | 0.45% | 0.49% | - |
| HSV(B) | 15.79º | 0.62% | 0.72% | - |
| XYZ | 25.06 | 19.42 | 8.06 | - |
| YUV | 120.7 | 98.83 | 172.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 99 | 69 | 0 | 0.46 | 0.62 | 0.28 | 15.79 | 0.45 | 0.49 |
| Hex | B7 | 63 | 45 | 0 | 2E | 3E | 1C | 10 | 2D | 31 |
| Octal | 267 | 143 | 105 | 0 | 56 | 76 | 34 | 20 | 55 | 61 |
| Binary | 10110111 | 1100011 | 1000101 | 0 | 101110 | 111110 | 11100 | 10000 | 101101 | 110001 |
Color Harmonies of #B76345
Complementary color
Monochromatic Colors of #B76345
Black with #B76345
Text Example
Text Example
White with #B76345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76345; }
p { color: rgb(183,99,69); }
H1.HeaderClassName
{
color: #B76345;
}
.AnyTagClassName
{
color: #B76345;
}
</style>
background-color css
<style>
a { background-color: #B76345; }
a { background-color: rgb(183,99,69); }
div.DivClassName
{
background-color: #B76345;
}
.BgClassName
{
background-color: #B76345;
}
</style>
border-color css
<style>
span { border-color: #B76345; }
span { border-color: rgb(183,99,69); }
td.TdClassName
{
border-color: #B76345;
}
.TagClassName
{
border-color: #B76345;
}
</style>