Shades of Tuscany #B05A3B
Tints of Tuscany #B05A3B
RGB
CMYK
RGB Variations
Color information
#B05A3B (or 0xB05A3B) is known color: Tuscany. HEX triplet: B0, 5A and 3B. RGB value is (176,90,59). Sum of RGB (Red+Green+Blue) = 176+90+59=325 (43% of max value = 765). Red value is 176 (69.14% from 255 or 54.15% from 325); Green value is 90 (35.55% from 255 or 27.69% from 325); Blue value is 59 (23.44% from 255 or 18.15% from 325); Max value from RGB is 176 - color contains mainly: red. Hex color #B05A3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05A3B is #4FA5C4. Grayscale: #707070. Windows color (decimal): -5219781 or 3889840. OLE color: 3889840.
HSL color Cylindrical-coordinate representation of color #B05A3B: hue angle of 15.9º degrees, saturation: 0.5, 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 #B05A3B is Cyan = 0, Magento = 0.49, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 90 | 59 | - |
| CMYK | 0 | 0.49 | 0.66 | 0.31 |
| HSL | 15.9º | 0.5% | 0.46% | - |
| HSV(B) | 15.9º | 0.66% | 0.69% | - |
| XYZ | 22.35 | 16.86 | 6.21 | - |
| YUV | 112.18 | 97.99 | 173.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 90 | 59 | 0 | 0.49 | 0.66 | 0.31 | 15.9 | 0.5 | 0.46 |
| Hex | B0 | 5A | 3B | 0 | 31 | 42 | 1F | 10 | 32 | 2E |
| Octal | 260 | 132 | 73 | 0 | 61 | 102 | 37 | 20 | 62 | 56 |
| Binary | 10110000 | 1011010 | 111011 | 0 | 110001 | 1000010 | 11111 | 10000 | 110010 | 101110 |
Color Harmonies of #B05A3B
Complementary color
Monochromatic Colors of #B05A3B
Black with #B05A3B
Text Example
Text Example
White with #B05A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05A3B; }
p { color: rgb(176,90,59); }
H1.HeaderClassName
{
color: #B05A3B;
}
.AnyTagClassName
{
color: #B05A3B;
}
</style>
background-color css
<style>
a { background-color: #B05A3B; }
a { background-color: rgb(176,90,59); }
div.DivClassName
{
background-color: #B05A3B;
}
.BgClassName
{
background-color: #B05A3B;
}
</style>
border-color css
<style>
span { border-color: #B05A3B; }
span { border-color: rgb(176,90,59); }
td.TdClassName
{
border-color: #B05A3B;
}
.TagClassName
{
border-color: #B05A3B;
}
</style>