Shades of Tuscany #B0613D
Tints of Tuscany #B0613D
RGB
CMYK
RGB Variations
Color information
#B0613D (or 0xB0613D) is known color: Tuscany. HEX triplet: B0, 61 and 3D. RGB value is (176,97,61). Sum of RGB (Red+Green+Blue) = 176+97+61=334 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.69% from 334); Green value is 97 (38.28% from 255 or 29.04% from 334); Blue value is 61 (24.22% from 255 or 18.26% from 334); Max value from RGB is 176 - color contains mainly: red. Hex color #B0613D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0613D is #4F9EC2. Grayscale: #747474. Windows color (decimal): -5217987 or 4022704. OLE color: 4022704.
HSL color Cylindrical-coordinate representation of color #B0613D: hue angle of 18.78º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B0613D is Cyan = 0, Magento = 0.45, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 97 | 61 | - |
| CMYK | 0 | 0.45 | 0.65 | 0.31 |
| HSL | 18.78º | 0.49% | 0.46% | - |
| HSV(B) | 18.78º | 0.65% | 0.69% | - |
| XYZ | 23.02 | 18.12 | 6.7 | - |
| YUV | 116.52 | 96.67 | 170.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 97 | 61 | 0 | 0.45 | 0.65 | 0.31 | 18.78 | 0.49 | 0.46 |
| Hex | B0 | 61 | 3D | 0 | 2D | 41 | 1F | 13 | 31 | 2E |
| Octal | 260 | 141 | 75 | 0 | 55 | 101 | 37 | 23 | 61 | 56 |
| Binary | 10110000 | 1100001 | 111101 | 0 | 101101 | 1000001 | 11111 | 10011 | 110001 | 101110 |
Color Harmonies of #B0613D
Complementary color
Monochromatic Colors of #B0613D
Black with #B0613D
Text Example
Text Example
White with #B0613D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0613D; }
p { color: rgb(176,97,61); }
H1.HeaderClassName
{
color: #B0613D;
}
.AnyTagClassName
{
color: #B0613D;
}
</style>
background-color css
<style>
a { background-color: #B0613D; }
a { background-color: rgb(176,97,61); }
div.DivClassName
{
background-color: #B0613D;
}
.BgClassName
{
background-color: #B0613D;
}
</style>
border-color css
<style>
span { border-color: #B0613D; }
span { border-color: rgb(176,97,61); }
td.TdClassName
{
border-color: #B0613D;
}
.TagClassName
{
border-color: #B0613D;
}
</style>