Shades of Tuscany #B0633B
Tints of Tuscany #B0633B
RGB
CMYK
RGB Variations
Color information
#B0633B (or 0xB0633B) is known color: Tuscany. HEX triplet: B0, 63 and 3B. RGB value is (176,99,59). Sum of RGB (Red+Green+Blue) = 176+99+59=334 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.69% from 334); Green value is 99 (39.06% from 255 or 29.64% from 334); Blue value is 59 (23.44% from 255 or 17.66% from 334); Max value from RGB is 176 - color contains mainly: red. Hex color #B0633B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0633B is #4F9CC4. Grayscale: #757575. Windows color (decimal): -5217477 or 3892144. OLE color: 3892144.
HSL color Cylindrical-coordinate representation of color #B0633B: hue angle of 20.51º degrees, saturation: 0.5, 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 #B0633B is Cyan = 0, Magento = 0.44, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 99 | 59 | - |
| CMYK | 0 | 0.44 | 0.66 | 0.31 |
| HSL | 20.51º | 0.5% | 0.46% | - |
| HSV(B) | 20.51º | 0.66% | 0.69% | - |
| XYZ | 23.16 | 18.47 | 6.48 | - |
| YUV | 117.46 | 95.01 | 169.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 99 | 59 | 0 | 0.44 | 0.66 | 0.31 | 20.51 | 0.5 | 0.46 |
| Hex | B0 | 63 | 3B | 0 | 2C | 42 | 1F | 15 | 32 | 2E |
| Octal | 260 | 143 | 73 | 0 | 54 | 102 | 37 | 25 | 62 | 56 |
| Binary | 10110000 | 1100011 | 111011 | 0 | 101100 | 1000010 | 11111 | 10101 | 110010 | 101110 |
Color Harmonies of #B0633B
Complementary color
Monochromatic Colors of #B0633B
Black with #B0633B
Text Example
Text Example
White with #B0633B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0633B; }
p { color: rgb(176,99,59); }
H1.HeaderClassName
{
color: #B0633B;
}
.AnyTagClassName
{
color: #B0633B;
}
</style>
background-color css
<style>
a { background-color: #B0633B; }
a { background-color: rgb(176,99,59); }
div.DivClassName
{
background-color: #B0633B;
}
.BgClassName
{
background-color: #B0633B;
}
</style>
border-color css
<style>
span { border-color: #B0633B; }
span { border-color: rgb(176,99,59); }
td.TdClassName
{
border-color: #B0633B;
}
.TagClassName
{
border-color: #B0633B;
}
</style>