Shades of Tuscany #B2623A
Tints of Tuscany #B2623A
RGB
CMYK
RGB Variations
Color information
#B2623A (or 0xB2623A) is known color: Tuscany. HEX triplet: B2, 62 and 3A. RGB value is (178,98,58). Sum of RGB (Red+Green+Blue) = 178+98+58=334 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.29% from 334); Green value is 98 (38.67% from 255 or 29.34% from 334); Blue value is 58 (23.05% from 255 or 17.37% from 334); Max value from RGB is 178 - color contains mainly: red. Hex color #B2623A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2623A is #4D9DC5. Grayscale: #757575. Windows color (decimal): -5086662 or 3826354. OLE color: 3826354.
HSL color Cylindrical-coordinate representation of color #B2623A: hue angle of 20º 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 #B2623A is Cyan = 0, Magento = 0.45, Yellow = 0.67 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 98 | 58 | - |
| CMYK | 0 | 0.45 | 0.67 | 0.30 |
| HSL | 20º | 0.51% | 0.46% | - |
| HSV(B) | 20º | 0.67% | 0.7% | - |
| XYZ | 23.49 | 18.51 | 6.34 | - |
| YUV | 117.36 | 94.5 | 171.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 98 | 58 | 0 | 0.45 | 0.67 | 0.30 | 20 | 0.51 | 0.46 |
| Hex | B2 | 62 | 3A | 0 | 2D | 43 | 1E | 14 | 33 | 2E |
| Octal | 262 | 142 | 72 | 0 | 55 | 103 | 36 | 24 | 63 | 56 |
| Binary | 10110010 | 1100010 | 111010 | 0 | 101101 | 1000011 | 11110 | 10100 | 110011 | 101110 |
Color Harmonies of #B2623A
Complementary color
Monochromatic Colors of #B2623A
Black with #B2623A
Text Example
Text Example
White with #B2623A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2623A; }
p { color: rgb(178,98,58); }
H1.HeaderClassName
{
color: #B2623A;
}
.AnyTagClassName
{
color: #B2623A;
}
</style>
background-color css
<style>
a { background-color: #B2623A; }
a { background-color: rgb(178,98,58); }
div.DivClassName
{
background-color: #B2623A;
}
.BgClassName
{
background-color: #B2623A;
}
</style>
border-color css
<style>
span { border-color: #B2623A; }
span { border-color: rgb(178,98,58); }
td.TdClassName
{
border-color: #B2623A;
}
.TagClassName
{
border-color: #B2623A;
}
</style>