Shades of Tuscany #B7653F
Tints of Tuscany #B7653F
RGB
CMYK
RGB Variations
Color information
#B7653F (or 0xB7653F) is known color: Tuscany. HEX triplet: B7, 65 and 3F. RGB value is (183,101,63). Sum of RGB (Red+Green+Blue) = 183+101+63=347 (45% of max value = 765). Red value is 183 (71.88% from 255 or 52.74% from 347); Green value is 101 (39.84% from 255 or 29.11% from 347); Blue value is 63 (25% from 255 or 18.16% from 347); Max value from RGB is 183 - color contains mainly: red. Hex color #B7653F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7653F is #489AC0. Grayscale: #797979. Windows color (decimal): -4758209 or 4154807. OLE color: 4154807.
HSL color Cylindrical-coordinate representation of color #B7653F: hue angle of 19º 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 #B7653F is Cyan = 0, Magento = 0.45, Yellow = 0.66 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 101 | 63 | - |
| CMYK | 0 | 0.45 | 0.66 | 0.28 |
| HSL | 19º | 0.49% | 0.48% | - |
| HSV(B) | 19º | 0.66% | 0.72% | - |
| XYZ | 25.08 | 19.73 | 7.19 | - |
| YUV | 121.19 | 95.17 | 172.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 101 | 63 | 0 | 0.45 | 0.66 | 0.28 | 19 | 0.49 | 0.48 |
| Hex | B7 | 65 | 3F | 0 | 2D | 42 | 1C | 13 | 31 | 30 |
| Octal | 267 | 145 | 77 | 0 | 55 | 102 | 34 | 23 | 61 | 60 |
| Binary | 10110111 | 1100101 | 111111 | 0 | 101101 | 1000010 | 11100 | 10011 | 110001 | 110000 |
Color Harmonies of #B7653F
Complementary color
Monochromatic Colors of #B7653F
Black with #B7653F
Text Example
Text Example
White with #B7653F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7653F; }
p { color: rgb(183,101,63); }
H1.HeaderClassName
{
color: #B7653F;
}
.AnyTagClassName
{
color: #B7653F;
}
</style>
background-color css
<style>
a { background-color: #B7653F; }
a { background-color: rgb(183,101,63); }
div.DivClassName
{
background-color: #B7653F;
}
.BgClassName
{
background-color: #B7653F;
}
</style>
border-color css
<style>
span { border-color: #B7653F; }
span { border-color: rgb(183,101,63); }
td.TdClassName
{
border-color: #B7653F;
}
.TagClassName
{
border-color: #B7653F;
}
</style>