Shades of Tuscany #B2644A
Tints of Tuscany #B2644A
RGB
CMYK
RGB Variations
Color information
#B2644A (or 0xB2644A) is known color: Tuscany. HEX triplet: B2, 64 and 4A. RGB value is (178,100,74). Sum of RGB (Red+Green+Blue) = 178+100+74=352 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.57% from 352); Green value is 100 (39.45% from 255 or 28.41% from 352); Blue value is 74 (29.30% from 255 or 21.02% from 352); Max value from RGB is 178 - color contains mainly: red. Hex color #B2644A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2644A is #4D9BB5. Grayscale: #787878. Windows color (decimal): -5086134 or 4875442. OLE color: 4875442.
HSL color Cylindrical-coordinate representation of color #B2644A: hue angle of 15º 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 #B2644A is Cyan = 0, Magento = 0.44, Yellow = 0.58 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 100 | 74 | - |
| CMYK | 0 | 0.44 | 0.58 | 0.30 |
| HSL | 15º | 0.41% | 0.49% | - |
| HSV(B) | 15º | 0.58% | 0.7% | - |
| XYZ | 24.15 | 19.07 | 8.89 | - |
| YUV | 120.36 | 101.84 | 169.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 100 | 74 | 0 | 0.44 | 0.58 | 0.30 | 15 | 0.41 | 0.49 |
| Hex | B2 | 64 | 4A | 0 | 2C | 3A | 1E | F | 29 | 31 |
| Octal | 262 | 144 | 112 | 0 | 54 | 72 | 36 | 17 | 51 | 61 |
| Binary | 10110010 | 1100100 | 1001010 | 0 | 101100 | 111010 | 11110 | 1111 | 101001 | 110001 |
Color Harmonies of #B2644A
Complementary color
Monochromatic Colors of #B2644A
Black with #B2644A
Text Example
Text Example
White with #B2644A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2644A; }
p { color: rgb(178,100,74); }
H1.HeaderClassName
{
color: #B2644A;
}
.AnyTagClassName
{
color: #B2644A;
}
</style>
background-color css
<style>
a { background-color: #B2644A; }
a { background-color: rgb(178,100,74); }
div.DivClassName
{
background-color: #B2644A;
}
.BgClassName
{
background-color: #B2644A;
}
</style>
border-color css
<style>
span { border-color: #B2644A; }
span { border-color: rgb(178,100,74); }
td.TdClassName
{
border-color: #B2644A;
}
.TagClassName
{
border-color: #B2644A;
}
</style>