Shades of Tuscany #B05841
Tints of Tuscany #B05841
RGB
CMYK
RGB Variations
Color information
#B05841 (or 0xB05841) is known color: Tuscany. HEX triplet: B0, 58 and 41. RGB value is (176,88,65). Sum of RGB (Red+Green+Blue) = 176+88+65=329 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.50% from 329); Green value is 88 (34.77% from 255 or 26.75% from 329); Blue value is 65 (25.78% from 255 or 19.76% from 329); Max value from RGB is 176 - color contains mainly: red. Hex color #B05841 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05841 is #4FA7BE. Grayscale: #6F6F6F. Windows color (decimal): -5220287 or 4282544. OLE color: 4282544.
HSL color Cylindrical-coordinate representation of color #B05841: hue angle of 12.43º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B05841 is Cyan = 0, Magento = 0.50, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 88 | 65 | - |
| CMYK | 0 | 0.50 | 0.63 | 0.31 |
| HSL | 12.43º | 0.46% | 0.47% | - |
| HSV(B) | 12.43º | 0.63% | 0.69% | - |
| XYZ | 22.35 | 16.59 | 7.03 | - |
| YUV | 111.69 | 101.65 | 173.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 88 | 65 | 0 | 0.50 | 0.63 | 0.31 | 12.43 | 0.46 | 0.47 |
| Hex | B0 | 58 | 41 | 0 | 32 | 3F | 1F | C | 2E | 2F |
| Octal | 260 | 130 | 101 | 0 | 62 | 77 | 37 | 14 | 56 | 57 |
| Binary | 10110000 | 1011000 | 1000001 | 0 | 110010 | 111111 | 11111 | 1100 | 101110 | 101111 |
Color Harmonies of #B05841
Complementary color
Monochromatic Colors of #B05841
Black with #B05841
Text Example
Text Example
White with #B05841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05841; }
p { color: rgb(176,88,65); }
H1.HeaderClassName
{
color: #B05841;
}
.AnyTagClassName
{
color: #B05841;
}
</style>
background-color css
<style>
a { background-color: #B05841; }
a { background-color: rgb(176,88,65); }
div.DivClassName
{
background-color: #B05841;
}
.BgClassName
{
background-color: #B05841;
}
</style>
border-color css
<style>
span { border-color: #B05841; }
span { border-color: rgb(176,88,65); }
td.TdClassName
{
border-color: #B05841;
}
.TagClassName
{
border-color: #B05841;
}
</style>