Shades of Tuscany #B0643E
Tints of Tuscany #B0643E
RGB
CMYK
RGB Variations
Color information
#B0643E (or 0xB0643E) is known color: Tuscany. HEX triplet: B0, 64 and 3E. RGB value is (176,100,62). Sum of RGB (Red+Green+Blue) = 176+100+62=338 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.07% from 338); Green value is 100 (39.45% from 255 or 29.59% from 338); Blue value is 62 (24.61% from 255 or 18.34% from 338); Max value from RGB is 176 - color contains mainly: red. Hex color #B0643E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0643E is #4F9BC1. Grayscale: #767676. Windows color (decimal): -5217218 or 4089008. OLE color: 4089008.
HSL color Cylindrical-coordinate representation of color #B0643E: hue angle of 20º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B0643E is Cyan = 0, Magento = 0.43, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 100 | 62 | - |
| CMYK | 0 | 0.43 | 0.65 | 0.31 |
| HSL | 20º | 0.48% | 0.47% | - |
| HSV(B) | 20º | 0.65% | 0.69% | - |
| XYZ | 23.33 | 18.69 | 6.94 | - |
| YUV | 118.39 | 96.18 | 169.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 100 | 62 | 0 | 0.43 | 0.65 | 0.31 | 20 | 0.48 | 0.47 |
| Hex | B0 | 64 | 3E | 0 | 2B | 41 | 1F | 14 | 30 | 2F |
| Octal | 260 | 144 | 76 | 0 | 53 | 101 | 37 | 24 | 60 | 57 |
| Binary | 10110000 | 1100100 | 111110 | 0 | 101011 | 1000001 | 11111 | 10100 | 110000 | 101111 |
Color Harmonies of #B0643E
Complementary color
Monochromatic Colors of #B0643E
Black with #B0643E
Text Example
Text Example
White with #B0643E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0643E; }
p { color: rgb(176,100,62); }
H1.HeaderClassName
{
color: #B0643E;
}
.AnyTagClassName
{
color: #B0643E;
}
</style>
background-color css
<style>
a { background-color: #B0643E; }
a { background-color: rgb(176,100,62); }
div.DivClassName
{
background-color: #B0643E;
}
.BgClassName
{
background-color: #B0643E;
}
</style>
border-color css
<style>
span { border-color: #B0643E; }
span { border-color: rgb(176,100,62); }
td.TdClassName
{
border-color: #B0643E;
}
.TagClassName
{
border-color: #B0643E;
}
</style>