Shades of Tuscany #B0633C
Tints of Tuscany #B0633C
RGB
CMYK
RGB Variations
Color information
#B0633C (or 0xB0633C) is known color: Tuscany. HEX triplet: B0, 63 and 3C. RGB value is (176,99,60). Sum of RGB (Red+Green+Blue) = 176+99+60=335 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.54% from 335); Green value is 99 (39.06% from 255 or 29.55% from 335); Blue value is 60 (23.83% from 255 or 17.91% from 335); Max value from RGB is 176 - color contains mainly: red. Hex color #B0633C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0633C is #4F9CC3. Grayscale: #757575. Windows color (decimal): -5217476 or 3957680. OLE color: 3957680.
HSL color Cylindrical-coordinate representation of color #B0633C: hue angle of 20.17º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B0633C is Cyan = 0, Magento = 0.44, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 99 | 60 | - |
| CMYK | 0 | 0.44 | 0.66 | 0.31 |
| HSL | 20.17º | 0.49% | 0.46% | - |
| HSV(B) | 20.17º | 0.66% | 0.69% | - |
| XYZ | 23.18 | 18.48 | 6.62 | - |
| YUV | 117.58 | 95.51 | 169.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 99 | 60 | 0 | 0.44 | 0.66 | 0.31 | 20.17 | 0.49 | 0.46 |
| Hex | B0 | 63 | 3C | 0 | 2C | 42 | 1F | 14 | 31 | 2E |
| Octal | 260 | 143 | 74 | 0 | 54 | 102 | 37 | 24 | 61 | 56 |
| Binary | 10110000 | 1100011 | 111100 | 0 | 101100 | 1000010 | 11111 | 10100 | 110001 | 101110 |
Color Harmonies of #B0633C
Complementary color
Monochromatic Colors of #B0633C
Black with #B0633C
Text Example
Text Example
White with #B0633C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0633C; }
p { color: rgb(176,99,60); }
H1.HeaderClassName
{
color: #B0633C;
}
.AnyTagClassName
{
color: #B0633C;
}
</style>
background-color css
<style>
a { background-color: #B0633C; }
a { background-color: rgb(176,99,60); }
div.DivClassName
{
background-color: #B0633C;
}
.BgClassName
{
background-color: #B0633C;
}
</style>
border-color css
<style>
span { border-color: #B0633C; }
span { border-color: rgb(176,99,60); }
td.TdClassName
{
border-color: #B0633C;
}
.TagClassName
{
border-color: #B0633C;
}
</style>