Shades of Tuscany #B15A3B
Tints of Tuscany #B15A3B
RGB
CMYK
RGB Variations
Color information
#B15A3B (or 0xB15A3B) is known color: Tuscany. HEX triplet: B1, 5A and 3B. RGB value is (177,90,59). Sum of RGB (Red+Green+Blue) = 177+90+59=326 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.29% from 326); Green value is 90 (35.55% from 255 or 27.61% from 326); Blue value is 59 (23.44% from 255 or 18.10% from 326); Max value from RGB is 177 - color contains mainly: red. Hex color #B15A3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15A3B is #4EA5C4. Grayscale: #707070. Windows color (decimal): -5154245 or 3889841. OLE color: 3889841.
HSL color Cylindrical-coordinate representation of color #B15A3B: hue angle of 15.76º 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 #B15A3B is Cyan = 0, Magento = 0.49, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 90 | 59 | - |
| CMYK | 0 | 0.49 | 0.67 | 0.31 |
| HSL | 15.76º | 0.5% | 0.46% | - |
| HSV(B) | 15.76º | 0.67% | 0.69% | - |
| XYZ | 22.58 | 16.98 | 6.22 | - |
| YUV | 112.48 | 97.82 | 174.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 90 | 59 | 0 | 0.49 | 0.67 | 0.31 | 15.76 | 0.5 | 0.46 |
| Hex | B1 | 5A | 3B | 0 | 31 | 43 | 1F | 10 | 32 | 2E |
| Octal | 261 | 132 | 73 | 0 | 61 | 103 | 37 | 20 | 62 | 56 |
| Binary | 10110001 | 1011010 | 111011 | 0 | 110001 | 1000011 | 11111 | 10000 | 110010 | 101110 |
Color Harmonies of #B15A3B
Complementary color
Monochromatic Colors of #B15A3B
Black with #B15A3B
Text Example
Text Example
White with #B15A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15A3B; }
p { color: rgb(177,90,59); }
H1.HeaderClassName
{
color: #B15A3B;
}
.AnyTagClassName
{
color: #B15A3B;
}
</style>
background-color css
<style>
a { background-color: #B15A3B; }
a { background-color: rgb(177,90,59); }
div.DivClassName
{
background-color: #B15A3B;
}
.BgClassName
{
background-color: #B15A3B;
}
</style>
border-color css
<style>
span { border-color: #B15A3B; }
span { border-color: rgb(177,90,59); }
td.TdClassName
{
border-color: #B15A3B;
}
.TagClassName
{
border-color: #B15A3B;
}
</style>