Shades of Tuscany #B76341
Tints of Tuscany #B76341
RGB
CMYK
RGB Variations
Color information
#B76341 (or 0xB76341) is known color: Tuscany. HEX triplet: B7, 63 and 41. RGB value is (183,99,65). Sum of RGB (Red+Green+Blue) = 183+99+65=347 (45% of max value = 765). Red value is 183 (71.88% from 255 or 52.74% from 347); Green value is 99 (39.06% from 255 or 28.53% from 347); Blue value is 65 (25.78% from 255 or 18.73% from 347); Max value from RGB is 183 - color contains mainly: red. Hex color #B76341 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76341 is #489CBE. Grayscale: #787878. Windows color (decimal): -4758719 or 4285367. OLE color: 4285367.
HSL color Cylindrical-coordinate representation of color #B76341: hue angle of 17.29º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B76341 is Cyan = 0, Magento = 0.46, Yellow = 0.64 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 99 | 65 | - |
| CMYK | 0 | 0.46 | 0.64 | 0.28 |
| HSL | 17.29º | 0.48% | 0.49% | - |
| HSV(B) | 17.29º | 0.64% | 0.72% | - |
| XYZ | 24.94 | 19.37 | 7.43 | - |
| YUV | 120.24 | 96.83 | 172.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 99 | 65 | 0 | 0.46 | 0.64 | 0.28 | 17.29 | 0.48 | 0.49 |
| Hex | B7 | 63 | 41 | 0 | 2E | 40 | 1C | 11 | 30 | 31 |
| Octal | 267 | 143 | 101 | 0 | 56 | 100 | 34 | 21 | 60 | 61 |
| Binary | 10110111 | 1100011 | 1000001 | 0 | 101110 | 1000000 | 11100 | 10001 | 110000 | 110001 |
Color Harmonies of #B76341
Complementary color
Monochromatic Colors of #B76341
Black with #B76341
Text Example
Text Example
White with #B76341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76341; }
p { color: rgb(183,99,65); }
H1.HeaderClassName
{
color: #B76341;
}
.AnyTagClassName
{
color: #B76341;
}
</style>
background-color css
<style>
a { background-color: #B76341; }
a { background-color: rgb(183,99,65); }
div.DivClassName
{
background-color: #B76341;
}
.BgClassName
{
background-color: #B76341;
}
</style>
border-color css
<style>
span { border-color: #B76341; }
span { border-color: rgb(183,99,65); }
td.TdClassName
{
border-color: #B76341;
}
.TagClassName
{
border-color: #B76341;
}
</style>