Shades of Tuscany #B2613D
Tints of Tuscany #B2613D
RGB
CMYK
RGB Variations
Color information
#B2613D (or 0xB2613D) is known color: Tuscany. HEX triplet: B2, 61 and 3D. RGB value is (178,97,61). Sum of RGB (Red+Green+Blue) = 178+97+61=336 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.98% from 336); Green value is 97 (38.28% from 255 or 28.87% from 336); Blue value is 61 (24.22% from 255 or 18.15% from 336); Max value from RGB is 178 - color contains mainly: red. Hex color #B2613D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2613D is #4D9EC2. Grayscale: #757575. Windows color (decimal): -5086915 or 4022706. OLE color: 4022706.
HSL color Cylindrical-coordinate representation of color #B2613D: hue angle of 18.46º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B2613D is Cyan = 0, Magento = 0.46, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 97 | 61 | - |
| CMYK | 0 | 0.46 | 0.66 | 0.30 |
| HSL | 18.46º | 0.49% | 0.47% | - |
| HSV(B) | 18.46º | 0.66% | 0.7% | - |
| XYZ | 23.48 | 18.35 | 6.72 | - |
| YUV | 117.12 | 96.34 | 171.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 97 | 61 | 0 | 0.46 | 0.66 | 0.30 | 18.46 | 0.49 | 0.47 |
| Hex | B2 | 61 | 3D | 0 | 2E | 42 | 1E | 12 | 31 | 2F |
| Octal | 262 | 141 | 75 | 0 | 56 | 102 | 36 | 22 | 61 | 57 |
| Binary | 10110010 | 1100001 | 111101 | 0 | 101110 | 1000010 | 11110 | 10010 | 110001 | 101111 |
Color Harmonies of #B2613D
Complementary color
Monochromatic Colors of #B2613D
Black with #B2613D
Text Example
Text Example
White with #B2613D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2613D; }
p { color: rgb(178,97,61); }
H1.HeaderClassName
{
color: #B2613D;
}
.AnyTagClassName
{
color: #B2613D;
}
</style>
background-color css
<style>
a { background-color: #B2613D; }
a { background-color: rgb(178,97,61); }
div.DivClassName
{
background-color: #B2613D;
}
.BgClassName
{
background-color: #B2613D;
}
</style>
border-color css
<style>
span { border-color: #B2613D; }
span { border-color: rgb(178,97,61); }
td.TdClassName
{
border-color: #B2613D;
}
.TagClassName
{
border-color: #B2613D;
}
</style>