Shades of Tuscany #B25D3C
Tints of Tuscany #B25D3C
RGB
CMYK
RGB Variations
Color information
#B25D3C (or 0xB25D3C) is known color: Tuscany. HEX triplet: B2, 5D and 3C. RGB value is (178,93,60). Sum of RGB (Red+Green+Blue) = 178+93+60=331 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.78% from 331); Green value is 93 (36.72% from 255 or 28.10% from 331); Blue value is 60 (23.83% from 255 or 18.13% from 331); Max value from RGB is 178 - color contains mainly: red. Hex color #B25D3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25D3C is #4DA2C3. Grayscale: #727272. Windows color (decimal): -5087940 or 3956146. OLE color: 3956146.
HSL color Cylindrical-coordinate representation of color #B25D3C: hue angle of 16.78º degrees, saturation: 0.5, 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 #B25D3C is Cyan = 0, Magento = 0.48, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 93 | 60 | - |
| CMYK | 0 | 0.48 | 0.66 | 0.30 |
| HSL | 16.78º | 0.5% | 0.47% | - |
| HSV(B) | 16.78º | 0.66% | 0.7% | - |
| XYZ | 23.09 | 17.62 | 6.46 | - |
| YUV | 114.65 | 97.16 | 173.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 93 | 60 | 0 | 0.48 | 0.66 | 0.30 | 16.78 | 0.5 | 0.47 |
| Hex | B2 | 5D | 3C | 0 | 30 | 42 | 1E | 11 | 32 | 2F |
| Octal | 262 | 135 | 74 | 0 | 60 | 102 | 36 | 21 | 62 | 57 |
| Binary | 10110010 | 1011101 | 111100 | 0 | 110000 | 1000010 | 11110 | 10001 | 110010 | 101111 |
Color Harmonies of #B25D3C
Complementary color
Monochromatic Colors of #B25D3C
Black with #B25D3C
Text Example
Text Example
White with #B25D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25D3C; }
p { color: rgb(178,93,60); }
H1.HeaderClassName
{
color: #B25D3C;
}
.AnyTagClassName
{
color: #B25D3C;
}
</style>
background-color css
<style>
a { background-color: #B25D3C; }
a { background-color: rgb(178,93,60); }
div.DivClassName
{
background-color: #B25D3C;
}
.BgClassName
{
background-color: #B25D3C;
}
</style>
border-color css
<style>
span { border-color: #B25D3C; }
span { border-color: rgb(178,93,60); }
td.TdClassName
{
border-color: #B25D3C;
}
.TagClassName
{
border-color: #B25D3C;
}
</style>