Shades of Tuscany #B05A3E
Tints of Tuscany #B05A3E
RGB
CMYK
RGB Variations
Color information
#B05A3E (or 0xB05A3E) is known color: Tuscany. HEX triplet: B0, 5A and 3E. RGB value is (176,90,62). Sum of RGB (Red+Green+Blue) = 176+90+62=328 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.66% from 328); Green value is 90 (35.55% from 255 or 27.44% from 328); Blue value is 62 (24.61% from 255 or 18.90% from 328); Max value from RGB is 176 - color contains mainly: red. Hex color #B05A3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05A3E is #4FA5C1. Grayscale: #707070. Windows color (decimal): -5219778 or 4086448. OLE color: 4086448.
HSL color Cylindrical-coordinate representation of color #B05A3E: hue angle of 14.74º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B05A3E is Cyan = 0, Magento = 0.49, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 90 | 62 | - |
| CMYK | 0 | 0.49 | 0.65 | 0.31 |
| HSL | 14.74º | 0.48% | 0.47% | - |
| HSV(B) | 14.74º | 0.65% | 0.69% | - |
| XYZ | 22.43 | 16.89 | 6.64 | - |
| YUV | 112.52 | 99.49 | 173.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 90 | 62 | 0 | 0.49 | 0.65 | 0.31 | 14.74 | 0.48 | 0.47 |
| Hex | B0 | 5A | 3E | 0 | 31 | 41 | 1F | F | 30 | 2F |
| Octal | 260 | 132 | 76 | 0 | 61 | 101 | 37 | 17 | 60 | 57 |
| Binary | 10110000 | 1011010 | 111110 | 0 | 110001 | 1000001 | 11111 | 1111 | 110000 | 101111 |
Color Harmonies of #B05A3E
Complementary color
Monochromatic Colors of #B05A3E
Black with #B05A3E
Text Example
Text Example
White with #B05A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05A3E; }
p { color: rgb(176,90,62); }
H1.HeaderClassName
{
color: #B05A3E;
}
.AnyTagClassName
{
color: #B05A3E;
}
</style>
background-color css
<style>
a { background-color: #B05A3E; }
a { background-color: rgb(176,90,62); }
div.DivClassName
{
background-color: #B05A3E;
}
.BgClassName
{
background-color: #B05A3E;
}
</style>
border-color css
<style>
span { border-color: #B05A3E; }
span { border-color: rgb(176,90,62); }
td.TdClassName
{
border-color: #B05A3E;
}
.TagClassName
{
border-color: #B05A3E;
}
</style>