Shades of Tuscany #B15E3C
Tints of Tuscany #B15E3C
RGB
CMYK
RGB Variations
Color information
#B15E3C (or 0xB15E3C) is known color: Tuscany. HEX triplet: B1, 5E and 3C. RGB value is (177,94,60). Sum of RGB (Red+Green+Blue) = 177+94+60=331 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.47% from 331); Green value is 94 (37.11% from 255 or 28.40% from 331); Blue value is 60 (23.83% from 255 or 18.13% from 331); Max value from RGB is 177 - color contains mainly: red. Hex color #B15E3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15E3C is #4EA1C3. Grayscale: #737373. Windows color (decimal): -5153220 or 3956401. OLE color: 3956401.
HSL color Cylindrical-coordinate representation of color #B15E3C: hue angle of 17.44º degrees, saturation: 0.49, 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 #B15E3C is Cyan = 0, Magento = 0.47, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 94 | 60 | - |
| CMYK | 0 | 0.47 | 0.66 | 0.31 |
| HSL | 17.44º | 0.49% | 0.46% | - |
| HSV(B) | 17.44º | 0.66% | 0.69% | - |
| XYZ | 22.95 | 17.68 | 6.48 | - |
| YUV | 114.94 | 97 | 172.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 94 | 60 | 0 | 0.47 | 0.66 | 0.31 | 17.44 | 0.49 | 0.46 |
| Hex | B1 | 5E | 3C | 0 | 2F | 42 | 1F | 11 | 31 | 2E |
| Octal | 261 | 136 | 74 | 0 | 57 | 102 | 37 | 21 | 61 | 56 |
| Binary | 10110001 | 1011110 | 111100 | 0 | 101111 | 1000010 | 11111 | 10001 | 110001 | 101110 |
Color Harmonies of #B15E3C
Complementary color
Monochromatic Colors of #B15E3C
Black with #B15E3C
Text Example
Text Example
White with #B15E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15E3C; }
p { color: rgb(177,94,60); }
H1.HeaderClassName
{
color: #B15E3C;
}
.AnyTagClassName
{
color: #B15E3C;
}
</style>
background-color css
<style>
a { background-color: #B15E3C; }
a { background-color: rgb(177,94,60); }
div.DivClassName
{
background-color: #B15E3C;
}
.BgClassName
{
background-color: #B15E3C;
}
</style>
border-color css
<style>
span { border-color: #B15E3C; }
span { border-color: rgb(177,94,60); }
td.TdClassName
{
border-color: #B15E3C;
}
.TagClassName
{
border-color: #B15E3C;
}
</style>