Shades of Tuscany #B05E40
Tints of Tuscany #B05E40
RGB
CMYK
RGB Variations
Color information
#B05E40 (or 0xB05E40) is known color: Tuscany. HEX triplet: B0, 5E and 40. RGB value is (176,94,64). Sum of RGB (Red+Green+Blue) = 176+94+64=334 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.69% from 334); Green value is 94 (37.11% from 255 or 28.14% from 334); Blue value is 64 (25.39% from 255 or 19.16% from 334); Max value from RGB is 176 - color contains mainly: red. Hex color #B05E40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05E40 is #4FA1BF. Grayscale: #737373. Windows color (decimal): -5218752 or 4218544. OLE color: 4218544.
HSL color Cylindrical-coordinate representation of color #B05E40: hue angle of 16.07º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B05E40 is Cyan = 0, Magento = 0.47, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 94 | 64 | - |
| CMYK | 0 | 0.47 | 0.64 | 0.31 |
| HSL | 16.07º | 0.47% | 0.47% | - |
| HSV(B) | 16.07º | 0.64% | 0.69% | - |
| XYZ | 22.83 | 17.61 | 7.05 | - |
| YUV | 115.1 | 99.17 | 171.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 94 | 64 | 0 | 0.47 | 0.64 | 0.31 | 16.07 | 0.47 | 0.47 |
| Hex | B0 | 5E | 40 | 0 | 2F | 40 | 1F | 10 | 2F | 2F |
| Octal | 260 | 136 | 100 | 0 | 57 | 100 | 37 | 20 | 57 | 57 |
| Binary | 10110000 | 1011110 | 1000000 | 0 | 101111 | 1000000 | 11111 | 10000 | 101111 | 101111 |
Color Harmonies of #B05E40
Complementary color
Monochromatic Colors of #B05E40
Black with #B05E40
Text Example
Text Example
White with #B05E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05E40; }
p { color: rgb(176,94,64); }
H1.HeaderClassName
{
color: #B05E40;
}
.AnyTagClassName
{
color: #B05E40;
}
</style>
background-color css
<style>
a { background-color: #B05E40; }
a { background-color: rgb(176,94,64); }
div.DivClassName
{
background-color: #B05E40;
}
.BgClassName
{
background-color: #B05E40;
}
</style>
border-color css
<style>
span { border-color: #B05E40; }
span { border-color: rgb(176,94,64); }
td.TdClassName
{
border-color: #B05E40;
}
.TagClassName
{
border-color: #B05E40;
}
</style>