Shades of Tuscany #B2624A
Tints of Tuscany #B2624A
RGB
CMYK
RGB Variations
Color information
#B2624A (or 0xB2624A) is known color: Tuscany. HEX triplet: B2, 62 and 4A. RGB value is (178,98,74). Sum of RGB (Red+Green+Blue) = 178+98+74=350 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.86% from 350); Green value is 98 (38.67% from 255 or 28% from 350); Blue value is 74 (29.30% from 255 or 21.14% from 350); Max value from RGB is 178 - color contains mainly: red. Hex color #B2624A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2624A is #4D9DB5. Grayscale: #777777. Windows color (decimal): -5086646 or 4874930. OLE color: 4874930.
HSL color Cylindrical-coordinate representation of color #B2624A: hue angle of 13.85º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B2624A is Cyan = 0, Magento = 0.45, Yellow = 0.58 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 98 | 74 | - |
| CMYK | 0 | 0.45 | 0.58 | 0.30 |
| HSL | 13.85º | 0.41% | 0.49% | - |
| HSV(B) | 13.85º | 0.58% | 0.7% | - |
| XYZ | 23.96 | 18.69 | 8.82 | - |
| YUV | 119.18 | 102.5 | 169.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 98 | 74 | 0 | 0.45 | 0.58 | 0.30 | 13.85 | 0.41 | 0.49 |
| Hex | B2 | 62 | 4A | 0 | 2D | 3A | 1E | E | 29 | 31 |
| Octal | 262 | 142 | 112 | 0 | 55 | 72 | 36 | 16 | 51 | 61 |
| Binary | 10110010 | 1100010 | 1001010 | 0 | 101101 | 111010 | 11110 | 1110 | 101001 | 110001 |
Color Harmonies of #B2624A
Complementary color
Monochromatic Colors of #B2624A
Black with #B2624A
Text Example
Text Example
White with #B2624A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2624A; }
p { color: rgb(178,98,74); }
H1.HeaderClassName
{
color: #B2624A;
}
.AnyTagClassName
{
color: #B2624A;
}
</style>
background-color css
<style>
a { background-color: #B2624A; }
a { background-color: rgb(178,98,74); }
div.DivClassName
{
background-color: #B2624A;
}
.BgClassName
{
background-color: #B2624A;
}
</style>
border-color css
<style>
span { border-color: #B2624A; }
span { border-color: rgb(178,98,74); }
td.TdClassName
{
border-color: #B2624A;
}
.TagClassName
{
border-color: #B2624A;
}
</style>