Shades of Tuscany #B7663F
Tints of Tuscany #B7663F
RGB
CMYK
RGB Variations
Color information
#B7663F (or 0xB7663F) is known color: Tuscany. HEX triplet: B7, 66 and 3F. RGB value is (183,102,63). Sum of RGB (Red+Green+Blue) = 183+102+63=348 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.59% from 348); Green value is 102 (40.23% from 255 or 29.31% from 348); Blue value is 63 (25% from 255 or 18.10% from 348); Max value from RGB is 183 - color contains mainly: red. Hex color #B7663F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7663F is #4899C0. Grayscale: #7A7A7A. Windows color (decimal): -4757953 or 4155063. OLE color: 4155063.
HSL color Cylindrical-coordinate representation of color #B7663F: hue angle of 19.5º 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 #B7663F is Cyan = 0, Magento = 0.44, Yellow = 0.66 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 102 | 63 | - |
| CMYK | 0 | 0.44 | 0.66 | 0.28 |
| HSL | 19.5º | 0.49% | 0.48% | - |
| HSV(B) | 19.5º | 0.66% | 0.72% | - |
| XYZ | 25.18 | 19.93 | 7.22 | - |
| YUV | 121.77 | 94.84 | 171.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 102 | 63 | 0 | 0.44 | 0.66 | 0.28 | 19.5 | 0.49 | 0.48 |
| Hex | B7 | 66 | 3F | 0 | 2C | 42 | 1C | 14 | 31 | 30 |
| Octal | 267 | 146 | 77 | 0 | 54 | 102 | 34 | 24 | 61 | 60 |
| Binary | 10110111 | 1100110 | 111111 | 0 | 101100 | 1000010 | 11100 | 10100 | 110001 | 110000 |
Color Harmonies of #B7663F
Complementary color
Monochromatic Colors of #B7663F
Black with #B7663F
Text Example
Text Example
White with #B7663F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7663F; }
p { color: rgb(183,102,63); }
H1.HeaderClassName
{
color: #B7663F;
}
.AnyTagClassName
{
color: #B7663F;
}
</style>
background-color css
<style>
a { background-color: #B7663F; }
a { background-color: rgb(183,102,63); }
div.DivClassName
{
background-color: #B7663F;
}
.BgClassName
{
background-color: #B7663F;
}
</style>
border-color css
<style>
span { border-color: #B7663F; }
span { border-color: rgb(183,102,63); }
td.TdClassName
{
border-color: #B7663F;
}
.TagClassName
{
border-color: #B7663F;
}
</style>