Shades of Tuscany #B0633F
Tints of Tuscany #B0633F
RGB
CMYK
RGB Variations
Color information
#B0633F (or 0xB0633F) is known color: Tuscany. HEX triplet: B0, 63 and 3F. RGB value is (176,99,63). Sum of RGB (Red+Green+Blue) = 176+99+63=338 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.07% from 338); Green value is 99 (39.06% from 255 or 29.29% from 338); Blue value is 63 (25% from 255 or 18.64% from 338); Max value from RGB is 176 - color contains mainly: red. Hex color #B0633F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0633F is #4F9CC0. Grayscale: #767676. Windows color (decimal): -5217473 or 4154288. OLE color: 4154288.
HSL color Cylindrical-coordinate representation of color #B0633F: hue angle of 19.12º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B0633F is Cyan = 0, Magento = 0.44, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 99 | 63 | - |
| CMYK | 0 | 0.44 | 0.64 | 0.31 |
| HSL | 19.12º | 0.47% | 0.47% | - |
| HSV(B) | 19.12º | 0.64% | 0.69% | - |
| XYZ | 23.26 | 18.51 | 7.05 | - |
| YUV | 117.92 | 97.01 | 169.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 99 | 63 | 0 | 0.44 | 0.64 | 0.31 | 19.12 | 0.47 | 0.47 |
| Hex | B0 | 63 | 3F | 0 | 2C | 40 | 1F | 13 | 2F | 2F |
| Octal | 260 | 143 | 77 | 0 | 54 | 100 | 37 | 23 | 57 | 57 |
| Binary | 10110000 | 1100011 | 111111 | 0 | 101100 | 1000000 | 11111 | 10011 | 101111 | 101111 |
Color Harmonies of #B0633F
Complementary color
Monochromatic Colors of #B0633F
Black with #B0633F
Text Example
Text Example
White with #B0633F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0633F; }
p { color: rgb(176,99,63); }
H1.HeaderClassName
{
color: #B0633F;
}
.AnyTagClassName
{
color: #B0633F;
}
</style>
background-color css
<style>
a { background-color: #B0633F; }
a { background-color: rgb(176,99,63); }
div.DivClassName
{
background-color: #B0633F;
}
.BgClassName
{
background-color: #B0633F;
}
</style>
border-color css
<style>
span { border-color: #B0633F; }
span { border-color: rgb(176,99,63); }
td.TdClassName
{
border-color: #B0633F;
}
.TagClassName
{
border-color: #B0633F;
}
</style>