Shades of Tuscany #B2603F
Tints of Tuscany #B2603F
RGB
CMYK
RGB Variations
Color information
#B2603F (or 0xB2603F) is known color: Tuscany. HEX triplet: B2, 60 and 3F. RGB value is (178,96,63). Sum of RGB (Red+Green+Blue) = 178+96+63=337 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.82% from 337); Green value is 96 (37.89% from 255 or 28.49% from 337); Blue value is 63 (25% from 255 or 18.69% from 337); Max value from RGB is 178 - color contains mainly: red. Hex color #B2603F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2603F is #4D9FC0. Grayscale: #747474. Windows color (decimal): -5087169 or 4153522. OLE color: 4153522.
HSL color Cylindrical-coordinate representation of color #B2603F: hue angle of 17.22º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B2603F is Cyan = 0, Magento = 0.46, Yellow = 0.65 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 96 | 63 | - |
| CMYK | 0 | 0.46 | 0.65 | 0.30 |
| HSL | 17.22º | 0.48% | 0.47% | - |
| HSV(B) | 17.22º | 0.65% | 0.7% | - |
| XYZ | 23.44 | 18.19 | 6.98 | - |
| YUV | 116.76 | 97.67 | 171.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 96 | 63 | 0 | 0.46 | 0.65 | 0.30 | 17.22 | 0.48 | 0.47 |
| Hex | B2 | 60 | 3F | 0 | 2E | 41 | 1E | 11 | 30 | 2F |
| Octal | 262 | 140 | 77 | 0 | 56 | 101 | 36 | 21 | 60 | 57 |
| Binary | 10110010 | 1100000 | 111111 | 0 | 101110 | 1000001 | 11110 | 10001 | 110000 | 101111 |
Color Harmonies of #B2603F
Complementary color
Monochromatic Colors of #B2603F
Black with #B2603F
Text Example
Text Example
White with #B2603F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2603F; }
p { color: rgb(178,96,63); }
H1.HeaderClassName
{
color: #B2603F;
}
.AnyTagClassName
{
color: #B2603F;
}
</style>
background-color css
<style>
a { background-color: #B2603F; }
a { background-color: rgb(178,96,63); }
div.DivClassName
{
background-color: #B2603F;
}
.BgClassName
{
background-color: #B2603F;
}
</style>
border-color css
<style>
span { border-color: #B2603F; }
span { border-color: rgb(178,96,63); }
td.TdClassName
{
border-color: #B2603F;
}
.TagClassName
{
border-color: #B2603F;
}
</style>