Shades of Tuscany #B05C43
Tints of Tuscany #B05C43
RGB
CMYK
RGB Variations
Color information
#B05C43 (or 0xB05C43) is known color: Tuscany. HEX triplet: B0, 5C and 43. RGB value is (176,92,67). Sum of RGB (Red+Green+Blue) = 176+92+67=335 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.54% from 335); Green value is 92 (36.33% from 255 or 27.46% from 335); Blue value is 67 (26.56% from 255 or 20% from 335); Max value from RGB is 176 - color contains mainly: red. Hex color #B05C43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05C43 is #4FA3BC. Grayscale: #727272. Windows color (decimal): -5219261 or 4414640. OLE color: 4414640.
HSL color Cylindrical-coordinate representation of color #B05C43: hue angle of 13.76º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B05C43 is Cyan = 0, Magento = 0.48, Yellow = 0.62 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 92 | 67 | - |
| CMYK | 0 | 0.48 | 0.62 | 0.31 |
| HSL | 13.76º | 0.45% | 0.48% | - |
| HSV(B) | 13.76º | 0.62% | 0.69% | - |
| XYZ | 22.74 | 17.29 | 7.45 | - |
| YUV | 114.27 | 101.33 | 172.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 92 | 67 | 0 | 0.48 | 0.62 | 0.31 | 13.76 | 0.45 | 0.48 |
| Hex | B0 | 5C | 43 | 0 | 30 | 3E | 1F | E | 2D | 30 |
| Octal | 260 | 134 | 103 | 0 | 60 | 76 | 37 | 16 | 55 | 60 |
| Binary | 10110000 | 1011100 | 1000011 | 0 | 110000 | 111110 | 11111 | 1110 | 101101 | 110000 |
Color Harmonies of #B05C43
Complementary color
Monochromatic Colors of #B05C43
Black with #B05C43
Text Example
Text Example
White with #B05C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05C43; }
p { color: rgb(176,92,67); }
H1.HeaderClassName
{
color: #B05C43;
}
.AnyTagClassName
{
color: #B05C43;
}
</style>
background-color css
<style>
a { background-color: #B05C43; }
a { background-color: rgb(176,92,67); }
div.DivClassName
{
background-color: #B05C43;
}
.BgClassName
{
background-color: #B05C43;
}
</style>
border-color css
<style>
span { border-color: #B05C43; }
span { border-color: rgb(176,92,67); }
td.TdClassName
{
border-color: #B05C43;
}
.TagClassName
{
border-color: #B05C43;
}
</style>