Shades of Tuscany #B0633A
Tints of Tuscany #B0633A
RGB
CMYK
RGB Variations
Color information
#B0633A (or 0xB0633A) is known color: Tuscany. HEX triplet: B0, 63 and 3A. RGB value is (176,99,58). Sum of RGB (Red+Green+Blue) = 176+99+58=333 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.85% from 333); Green value is 99 (39.06% from 255 or 29.73% from 333); Blue value is 58 (23.05% from 255 or 17.42% from 333); Max value from RGB is 176 - color contains mainly: red. Hex color #B0633A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0633A is #4F9CC5. Grayscale: #757575. Windows color (decimal): -5217478 or 3826608. OLE color: 3826608.
HSL color Cylindrical-coordinate representation of color #B0633A: hue angle of 20.85º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B0633A is Cyan = 0, Magento = 0.44, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 99 | 58 | - |
| CMYK | 0 | 0.44 | 0.67 | 0.31 |
| HSL | 20.85º | 0.5% | 0.46% | - |
| HSV(B) | 20.85º | 0.67% | 0.69% | - |
| XYZ | 23.13 | 18.46 | 6.35 | - |
| YUV | 117.35 | 94.51 | 169.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 99 | 58 | 0 | 0.44 | 0.67 | 0.31 | 20.85 | 0.5 | 0.46 |
| Hex | B0 | 63 | 3A | 0 | 2C | 43 | 1F | 15 | 32 | 2E |
| Octal | 260 | 143 | 72 | 0 | 54 | 103 | 37 | 25 | 62 | 56 |
| Binary | 10110000 | 1100011 | 111010 | 0 | 101100 | 1000011 | 11111 | 10101 | 110010 | 101110 |
Color Harmonies of #B0633A
Complementary color
Monochromatic Colors of #B0633A
Black with #B0633A
Text Example
Text Example
White with #B0633A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0633A; }
p { color: rgb(176,99,58); }
H1.HeaderClassName
{
color: #B0633A;
}
.AnyTagClassName
{
color: #B0633A;
}
</style>
background-color css
<style>
a { background-color: #B0633A; }
a { background-color: rgb(176,99,58); }
div.DivClassName
{
background-color: #B0633A;
}
.BgClassName
{
background-color: #B0633A;
}
</style>
border-color css
<style>
span { border-color: #B0633A; }
span { border-color: rgb(176,99,58); }
td.TdClassName
{
border-color: #B0633A;
}
.TagClassName
{
border-color: #B0633A;
}
</style>