Shades of Tuscany #B76245
Tints of Tuscany #B76245
RGB
CMYK
RGB Variations
Color information
#B76245 (or 0xB76245) is known color: Tuscany. HEX triplet: B7, 62 and 45. RGB value is (183,98,69). Sum of RGB (Red+Green+Blue) = 183+98+69=350 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.29% from 350); Green value is 98 (38.67% from 255 or 28% from 350); Blue value is 69 (27.34% from 255 or 19.71% from 350); Max value from RGB is 183 - color contains mainly: red. Hex color #B76245 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76245 is #489DBA. Grayscale: #787878. Windows color (decimal): -4758971 or 4547255. OLE color: 4547255.
HSL color Cylindrical-coordinate representation of color #B76245: hue angle of 15.26º 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 #B76245 is Cyan = 0, Magento = 0.46, Yellow = 0.62 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 98 | 69 | - |
| CMYK | 0 | 0.46 | 0.62 | 0.28 |
| HSL | 15.26º | 0.45% | 0.49% | - |
| HSV(B) | 15.26º | 0.62% | 0.72% | - |
| XYZ | 24.97 | 19.23 | 8.03 | - |
| YUV | 120.11 | 99.16 | 172.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 98 | 69 | 0 | 0.46 | 0.62 | 0.28 | 15.26 | 0.45 | 0.49 |
| Hex | B7 | 62 | 45 | 0 | 2E | 3E | 1C | F | 2D | 31 |
| Octal | 267 | 142 | 105 | 0 | 56 | 76 | 34 | 17 | 55 | 61 |
| Binary | 10110111 | 1100010 | 1000101 | 0 | 101110 | 111110 | 11100 | 1111 | 101101 | 110001 |
Color Harmonies of #B76245
Complementary color
Monochromatic Colors of #B76245
Black with #B76245
Text Example
Text Example
White with #B76245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76245; }
p { color: rgb(183,98,69); }
H1.HeaderClassName
{
color: #B76245;
}
.AnyTagClassName
{
color: #B76245;
}
</style>
background-color css
<style>
a { background-color: #B76245; }
a { background-color: rgb(183,98,69); }
div.DivClassName
{
background-color: #B76245;
}
.BgClassName
{
background-color: #B76245;
}
</style>
border-color css
<style>
span { border-color: #B76245; }
span { border-color: rgb(183,98,69); }
td.TdClassName
{
border-color: #B76245;
}
.TagClassName
{
border-color: #B76245;
}
</style>