Shades of Tuscany #B05E42
Tints of Tuscany #B05E42
RGB
CMYK
RGB Variations
Color information
#B05E42 (or 0xB05E42) is known color: Tuscany. HEX triplet: B0, 5E and 42. RGB value is (176,94,66). Sum of RGB (Red+Green+Blue) = 176+94+66=336 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.38% from 336); Green value is 94 (37.11% from 255 or 27.98% from 336); Blue value is 66 (26.17% from 255 or 19.64% from 336); Max value from RGB is 176 - color contains mainly: red. Hex color #B05E42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05E42 is #4FA1BD. Grayscale: #737373. Windows color (decimal): -5218750 or 4349616. OLE color: 4349616.
HSL color Cylindrical-coordinate representation of color #B05E42: hue angle of 15.27º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B05E42 is Cyan = 0, Magento = 0.47, Yellow = 0.62 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 94 | 66 | - |
| CMYK | 0 | 0.47 | 0.62 | 0.31 |
| HSL | 15.27º | 0.45% | 0.47% | - |
| HSV(B) | 15.27º | 0.63% | 0.69% | - |
| XYZ | 22.89 | 17.63 | 7.35 | - |
| YUV | 115.33 | 100.17 | 171.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 94 | 66 | 0 | 0.47 | 0.62 | 0.31 | 15.27 | 0.45 | 0.47 |
| Hex | B0 | 5E | 42 | 0 | 2F | 3E | 1F | F | 2D | 2F |
| Octal | 260 | 136 | 102 | 0 | 57 | 76 | 37 | 17 | 55 | 57 |
| Binary | 10110000 | 1011110 | 1000010 | 0 | 101111 | 111110 | 11111 | 1111 | 101101 | 101111 |
Color Harmonies of #B05E42
Complementary color
Monochromatic Colors of #B05E42
Black with #B05E42
Text Example
Text Example
White with #B05E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05E42; }
p { color: rgb(176,94,66); }
H1.HeaderClassName
{
color: #B05E42;
}
.AnyTagClassName
{
color: #B05E42;
}
</style>
background-color css
<style>
a { background-color: #B05E42; }
a { background-color: rgb(176,94,66); }
div.DivClassName
{
background-color: #B05E42;
}
.BgClassName
{
background-color: #B05E42;
}
</style>
border-color css
<style>
span { border-color: #B05E42; }
span { border-color: rgb(176,94,66); }
td.TdClassName
{
border-color: #B05E42;
}
.TagClassName
{
border-color: #B05E42;
}
</style>