Shades of Tuscany #B05C3A
Tints of Tuscany #B05C3A
RGB
CMYK
RGB Variations
Color information
#B05C3A (or 0xB05C3A) is known color: Tuscany. HEX triplet: B0, 5C and 3A. RGB value is (176,92,58). Sum of RGB (Red+Green+Blue) = 176+92+58=326 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.99% from 326); Green value is 92 (36.33% from 255 or 28.22% from 326); Blue value is 58 (23.05% from 255 or 17.79% from 326); Max value from RGB is 176 - color contains mainly: red. Hex color #B05C3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05C3A is #4FA3C5. Grayscale: #717171. Windows color (decimal): -5219270 or 3824816. OLE color: 3824816.
HSL color Cylindrical-coordinate representation of color #B05C3A: hue angle of 17.29º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B05C3A is Cyan = 0, Magento = 0.48, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 92 | 58 | - |
| CMYK | 0 | 0.48 | 0.67 | 0.31 |
| HSL | 17.29º | 0.5% | 0.46% | - |
| HSV(B) | 17.29º | 0.67% | 0.69% | - |
| XYZ | 22.5 | 17.19 | 6.14 | - |
| YUV | 113.24 | 96.83 | 172.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 92 | 58 | 0 | 0.48 | 0.67 | 0.31 | 17.29 | 0.5 | 0.46 |
| Hex | B0 | 5C | 3A | 0 | 30 | 43 | 1F | 11 | 32 | 2E |
| Octal | 260 | 134 | 72 | 0 | 60 | 103 | 37 | 21 | 62 | 56 |
| Binary | 10110000 | 1011100 | 111010 | 0 | 110000 | 1000011 | 11111 | 10001 | 110010 | 101110 |
Color Harmonies of #B05C3A
Complementary color
Monochromatic Colors of #B05C3A
Black with #B05C3A
Text Example
Text Example
White with #B05C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05C3A; }
p { color: rgb(176,92,58); }
H1.HeaderClassName
{
color: #B05C3A;
}
.AnyTagClassName
{
color: #B05C3A;
}
</style>
background-color css
<style>
a { background-color: #B05C3A; }
a { background-color: rgb(176,92,58); }
div.DivClassName
{
background-color: #B05C3A;
}
.BgClassName
{
background-color: #B05C3A;
}
</style>
border-color css
<style>
span { border-color: #B05C3A; }
span { border-color: rgb(176,92,58); }
td.TdClassName
{
border-color: #B05C3A;
}
.TagClassName
{
border-color: #B05C3A;
}
</style>