Shades of Tuscany #B05E3C
Tints of Tuscany #B05E3C
RGB
CMYK
RGB Variations
Color information
#B05E3C (or 0xB05E3C) is known color: Tuscany. HEX triplet: B0, 5E and 3C. RGB value is (176,94,60). Sum of RGB (Red+Green+Blue) = 176+94+60=330 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.33% from 330); Green value is 94 (37.11% from 255 or 28.48% from 330); Blue value is 60 (23.83% from 255 or 18.18% from 330); Max value from RGB is 176 - color contains mainly: red. Hex color #B05E3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05E3C is #4FA1C3. Grayscale: #727272. Windows color (decimal): -5218756 or 3956400. OLE color: 3956400.
HSL color Cylindrical-coordinate representation of color #B05E3C: hue angle of 17.59º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B05E3C is Cyan = 0, Magento = 0.47, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 94 | 60 | - |
| CMYK | 0 | 0.47 | 0.66 | 0.31 |
| HSL | 17.59º | 0.49% | 0.46% | - |
| HSV(B) | 17.59º | 0.66% | 0.69% | - |
| XYZ | 22.72 | 17.56 | 6.47 | - |
| YUV | 114.64 | 97.17 | 171.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 94 | 60 | 0 | 0.47 | 0.66 | 0.31 | 17.59 | 0.49 | 0.46 |
| Hex | B0 | 5E | 3C | 0 | 2F | 42 | 1F | 12 | 31 | 2E |
| Octal | 260 | 136 | 74 | 0 | 57 | 102 | 37 | 22 | 61 | 56 |
| Binary | 10110000 | 1011110 | 111100 | 0 | 101111 | 1000010 | 11111 | 10010 | 110001 | 101110 |
Color Harmonies of #B05E3C
Complementary color
Monochromatic Colors of #B05E3C
Black with #B05E3C
Text Example
Text Example
White with #B05E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05E3C; }
p { color: rgb(176,94,60); }
H1.HeaderClassName
{
color: #B05E3C;
}
.AnyTagClassName
{
color: #B05E3C;
}
</style>
background-color css
<style>
a { background-color: #B05E3C; }
a { background-color: rgb(176,94,60); }
div.DivClassName
{
background-color: #B05E3C;
}
.BgClassName
{
background-color: #B05E3C;
}
</style>
border-color css
<style>
span { border-color: #B05E3C; }
span { border-color: rgb(176,94,60); }
td.TdClassName
{
border-color: #B05E3C;
}
.TagClassName
{
border-color: #B05E3C;
}
</style>