Shades of Tuscany #B2583D
Tints of Tuscany #B2583D
RGB
CMYK
RGB Variations
Color information
#B2583D (or 0xB2583D) is known color: Tuscany. HEX triplet: B2, 58 and 3D. RGB value is (178,88,61). Sum of RGB (Red+Green+Blue) = 178+88+61=327 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.43% from 327); Green value is 88 (34.77% from 255 or 26.91% from 327); Blue value is 61 (24.22% from 255 or 18.65% from 327); Max value from RGB is 178 - color contains mainly: red. Hex color #B2583D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2583D is #4DA7C2. Grayscale: #707070. Windows color (decimal): -5089219 or 4020402. OLE color: 4020402.
HSL color Cylindrical-coordinate representation of color #B2583D: hue angle of 13.85º 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 #B2583D is Cyan = 0, Magento = 0.51, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 88 | 61 | - |
| CMYK | 0 | 0.51 | 0.66 | 0.30 |
| HSL | 13.85º | 0.49% | 0.47% | - |
| HSV(B) | 13.85º | 0.66% | 0.7% | - |
| XYZ | 22.69 | 16.78 | 6.46 | - |
| YUV | 111.83 | 99.32 | 175.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 88 | 61 | 0 | 0.51 | 0.66 | 0.30 | 13.85 | 0.49 | 0.47 |
| Hex | B2 | 58 | 3D | 0 | 33 | 42 | 1E | E | 31 | 2F |
| Octal | 262 | 130 | 75 | 0 | 63 | 102 | 36 | 16 | 61 | 57 |
| Binary | 10110010 | 1011000 | 111101 | 0 | 110011 | 1000010 | 11110 | 1110 | 110001 | 101111 |
Color Harmonies of #B2583D
Complementary color
Monochromatic Colors of #B2583D
Black with #B2583D
Text Example
Text Example
White with #B2583D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2583D; }
p { color: rgb(178,88,61); }
H1.HeaderClassName
{
color: #B2583D;
}
.AnyTagClassName
{
color: #B2583D;
}
</style>
background-color css
<style>
a { background-color: #B2583D; }
a { background-color: rgb(178,88,61); }
div.DivClassName
{
background-color: #B2583D;
}
.BgClassName
{
background-color: #B2583D;
}
</style>
border-color css
<style>
span { border-color: #B2583D; }
span { border-color: rgb(178,88,61); }
td.TdClassName
{
border-color: #B2583D;
}
.TagClassName
{
border-color: #B2583D;
}
</style>