Shades of Tuscany #B2633A
Tints of Tuscany #B2633A
RGB
CMYK
RGB Variations
Color information
#B2633A (or 0xB2633A) is known color: Tuscany. HEX triplet: B2, 63 and 3A. RGB value is (178,99,58). Sum of RGB (Red+Green+Blue) = 178+99+58=335 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.13% from 335); Green value is 99 (39.06% from 255 or 29.55% from 335); Blue value is 58 (23.05% from 255 or 17.31% from 335); Max value from RGB is 178 - color contains mainly: red. Hex color #B2633A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2633A is #4D9CC5. Grayscale: #767676. Windows color (decimal): -5086406 or 3826610. OLE color: 3826610.
HSL color Cylindrical-coordinate representation of color #B2633A: hue angle of 20.5º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B2633A is Cyan = 0, Magento = 0.44, Yellow = 0.67 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 99 | 58 | - |
| CMYK | 0 | 0.44 | 0.67 | 0.30 |
| HSL | 20.5º | 0.51% | 0.46% | - |
| HSV(B) | 20.5º | 0.67% | 0.7% | - |
| XYZ | 23.59 | 18.69 | 6.37 | - |
| YUV | 117.95 | 94.17 | 170.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 99 | 58 | 0 | 0.44 | 0.67 | 0.30 | 20.5 | 0.51 | 0.46 |
| Hex | B2 | 63 | 3A | 0 | 2C | 43 | 1E | 14 | 33 | 2E |
| Octal | 262 | 143 | 72 | 0 | 54 | 103 | 36 | 24 | 63 | 56 |
| Binary | 10110010 | 1100011 | 111010 | 0 | 101100 | 1000011 | 11110 | 10100 | 110011 | 101110 |
Color Harmonies of #B2633A
Complementary color
Monochromatic Colors of #B2633A
Black with #B2633A
Text Example
Text Example
White with #B2633A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2633A; }
p { color: rgb(178,99,58); }
H1.HeaderClassName
{
color: #B2633A;
}
.AnyTagClassName
{
color: #B2633A;
}
</style>
background-color css
<style>
a { background-color: #B2633A; }
a { background-color: rgb(178,99,58); }
div.DivClassName
{
background-color: #B2633A;
}
.BgClassName
{
background-color: #B2633A;
}
</style>
border-color css
<style>
span { border-color: #B2633A; }
span { border-color: rgb(178,99,58); }
td.TdClassName
{
border-color: #B2633A;
}
.TagClassName
{
border-color: #B2633A;
}
</style>