Shades of Tuscany #B1603E
Tints of Tuscany #B1603E
RGB
CMYK
RGB Variations
Color information
#B1603E (or 0xB1603E) is known color: Tuscany. HEX triplet: B1, 60 and 3E. RGB value is (177,96,62). Sum of RGB (Red+Green+Blue) = 177+96+62=335 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.84% from 335); Green value is 96 (37.89% from 255 or 28.66% from 335); Blue value is 62 (24.61% from 255 or 18.51% from 335); Max value from RGB is 177 - color contains mainly: red. Hex color #B1603E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1603E is #4E9FC1. Grayscale: #747474. Windows color (decimal): -5152706 or 4087985. OLE color: 4087985.
HSL color Cylindrical-coordinate representation of color #B1603E: hue angle of 17.74º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B1603E is Cyan = 0, Magento = 0.46, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 96 | 62 | - |
| CMYK | 0 | 0.46 | 0.65 | 0.31 |
| HSL | 17.74º | 0.48% | 0.47% | - |
| HSV(B) | 17.74º | 0.65% | 0.69% | - |
| XYZ | 23.18 | 18.06 | 6.82 | - |
| YUV | 116.34 | 97.34 | 171.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 96 | 62 | 0 | 0.46 | 0.65 | 0.31 | 17.74 | 0.48 | 0.47 |
| Hex | B1 | 60 | 3E | 0 | 2E | 41 | 1F | 12 | 30 | 2F |
| Octal | 261 | 140 | 76 | 0 | 56 | 101 | 37 | 22 | 60 | 57 |
| Binary | 10110001 | 1100000 | 111110 | 0 | 101110 | 1000001 | 11111 | 10010 | 110000 | 101111 |
Color Harmonies of #B1603E
Complementary color
Monochromatic Colors of #B1603E
Black with #B1603E
Text Example
Text Example
White with #B1603E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1603E; }
p { color: rgb(177,96,62); }
H1.HeaderClassName
{
color: #B1603E;
}
.AnyTagClassName
{
color: #B1603E;
}
</style>
background-color css
<style>
a { background-color: #B1603E; }
a { background-color: rgb(177,96,62); }
div.DivClassName
{
background-color: #B1603E;
}
.BgClassName
{
background-color: #B1603E;
}
</style>
border-color css
<style>
span { border-color: #B1603E; }
span { border-color: rgb(177,96,62); }
td.TdClassName
{
border-color: #B1603E;
}
.TagClassName
{
border-color: #B1603E;
}
</style>