Shades of Tuscany #B05D49
Tints of Tuscany #B05D49
RGB
CMYK
RGB Variations
Color information
#B05D49 (or 0xB05D49) is known color: Tuscany. HEX triplet: B0, 5D and 49. RGB value is (176,93,73). Sum of RGB (Red+Green+Blue) = 176+93+73=342 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.46% from 342); Green value is 93 (36.72% from 255 or 27.19% from 342); Blue value is 73 (28.91% from 255 or 21.35% from 342); Max value from RGB is 176 - color contains mainly: red. Hex color #B05D49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05D49 is #4FA2B6. Grayscale: #737373. Windows color (decimal): -5218999 or 4808112. OLE color: 4808112.
HSL color Cylindrical-coordinate representation of color #B05D49: hue angle of 11.65º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B05D49 is Cyan = 0, Magento = 0.47, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 93 | 73 | - |
| CMYK | 0 | 0.47 | 0.59 | 0.31 |
| HSL | 11.65º | 0.41% | 0.49% | - |
| HSV(B) | 11.65º | 0.59% | 0.69% | - |
| XYZ | 23.02 | 17.54 | 8.48 | - |
| YUV | 115.54 | 104 | 171.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 93 | 73 | 0 | 0.47 | 0.59 | 0.31 | 11.65 | 0.41 | 0.49 |
| Hex | B0 | 5D | 49 | 0 | 2F | 3B | 1F | C | 29 | 31 |
| Octal | 260 | 135 | 111 | 0 | 57 | 73 | 37 | 14 | 51 | 61 |
| Binary | 10110000 | 1011101 | 1001001 | 0 | 101111 | 111011 | 11111 | 1100 | 101001 | 110001 |
Color Harmonies of #B05D49
Complementary color
Monochromatic Colors of #B05D49
Black with #B05D49
Text Example
Text Example
White with #B05D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05D49; }
p { color: rgb(176,93,73); }
H1.HeaderClassName
{
color: #B05D49;
}
.AnyTagClassName
{
color: #B05D49;
}
</style>
background-color css
<style>
a { background-color: #B05D49; }
a { background-color: rgb(176,93,73); }
div.DivClassName
{
background-color: #B05D49;
}
.BgClassName
{
background-color: #B05D49;
}
</style>
border-color css
<style>
span { border-color: #B05D49; }
span { border-color: rgb(176,93,73); }
td.TdClassName
{
border-color: #B05D49;
}
.TagClassName
{
border-color: #B05D49;
}
</style>