Shades of Tuscany #B4653C
Tints of Tuscany #B4653C
RGB
CMYK
RGB Variations
Color information
#B4653C (or 0xB4653C) is known color: Tuscany. HEX triplet: B4, 65 and 3C. RGB value is (180,101,60). Sum of RGB (Red+Green+Blue) = 180+101+60=341 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.79% from 341); Green value is 101 (39.84% from 255 or 29.62% from 341); Blue value is 60 (23.83% from 255 or 17.60% from 341); Max value from RGB is 180 - color contains mainly: red. Hex color #B4653C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4653C is #4B9AC3. Grayscale: #787878. Windows color (decimal): -4954820 or 3958196. OLE color: 3958196.
HSL color Cylindrical-coordinate representation of color #B4653C: hue angle of 20.5º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B4653C is Cyan = 0, Magento = 0.44, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 101 | 60 | - |
| CMYK | 0 | 0.44 | 0.67 | 0.29 |
| HSL | 20.5º | 0.5% | 0.47% | - |
| HSV(B) | 20.5º | 0.67% | 0.71% | - |
| XYZ | 24.29 | 19.34 | 6.73 | - |
| YUV | 119.95 | 94.17 | 170.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 101 | 60 | 0 | 0.44 | 0.67 | 0.29 | 20.5 | 0.5 | 0.47 |
| Hex | B4 | 65 | 3C | 0 | 2C | 43 | 1D | 14 | 32 | 2F |
| Octal | 264 | 145 | 74 | 0 | 54 | 103 | 35 | 24 | 62 | 57 |
| Binary | 10110100 | 1100101 | 111100 | 0 | 101100 | 1000011 | 11101 | 10100 | 110010 | 101111 |
Color Harmonies of #B4653C
Complementary color
Monochromatic Colors of #B4653C
Black with #B4653C
Text Example
Text Example
White with #B4653C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4653C; }
p { color: rgb(180,101,60); }
H1.HeaderClassName
{
color: #B4653C;
}
.AnyTagClassName
{
color: #B4653C;
}
</style>
background-color css
<style>
a { background-color: #B4653C; }
a { background-color: rgb(180,101,60); }
div.DivClassName
{
background-color: #B4653C;
}
.BgClassName
{
background-color: #B4653C;
}
</style>
border-color css
<style>
span { border-color: #B4653C; }
span { border-color: rgb(180,101,60); }
td.TdClassName
{
border-color: #B4653C;
}
.TagClassName
{
border-color: #B4653C;
}
</style>