Shades of Tuscany #B7643E
Tints of Tuscany #B7643E
RGB
CMYK
RGB Variations
Color information
#B7643E (or 0xB7643E) is known color: Tuscany. HEX triplet: B7, 64 and 3E. RGB value is (183,100,62). Sum of RGB (Red+Green+Blue) = 183+100+62=345 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.04% from 345); Green value is 100 (39.45% from 255 or 28.99% from 345); Blue value is 62 (24.61% from 255 or 17.97% from 345); Max value from RGB is 183 - color contains mainly: red. Hex color #B7643E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7643E is #489BC1. Grayscale: #787878. Windows color (decimal): -4758466 or 4089015. OLE color: 4089015.
HSL color Cylindrical-coordinate representation of color #B7643E: hue angle of 18.84º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B7643E is Cyan = 0, Magento = 0.45, Yellow = 0.66 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 100 | 62 | - |
| CMYK | 0 | 0.45 | 0.66 | 0.28 |
| HSL | 18.84º | 0.49% | 0.48% | - |
| HSV(B) | 18.84º | 0.66% | 0.72% | - |
| XYZ | 24.96 | 19.53 | 7.01 | - |
| YUV | 120.49 | 95 | 172.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 100 | 62 | 0 | 0.45 | 0.66 | 0.28 | 18.84 | 0.49 | 0.48 |
| Hex | B7 | 64 | 3E | 0 | 2D | 42 | 1C | 13 | 31 | 30 |
| Octal | 267 | 144 | 76 | 0 | 55 | 102 | 34 | 23 | 61 | 60 |
| Binary | 10110111 | 1100100 | 111110 | 0 | 101101 | 1000010 | 11100 | 10011 | 110001 | 110000 |
Color Harmonies of #B7643E
Complementary color
Monochromatic Colors of #B7643E
Black with #B7643E
Text Example
Text Example
White with #B7643E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7643E; }
p { color: rgb(183,100,62); }
H1.HeaderClassName
{
color: #B7643E;
}
.AnyTagClassName
{
color: #B7643E;
}
</style>
background-color css
<style>
a { background-color: #B7643E; }
a { background-color: rgb(183,100,62); }
div.DivClassName
{
background-color: #B7643E;
}
.BgClassName
{
background-color: #B7643E;
}
</style>
border-color css
<style>
span { border-color: #B7643E; }
span { border-color: rgb(183,100,62); }
td.TdClassName
{
border-color: #B7643E;
}
.TagClassName
{
border-color: #B7643E;
}
</style>