Shades of Tuscany #B45E43
Tints of Tuscany #B45E43
RGB
CMYK
RGB Variations
Color information
#B45E43 (or 0xB45E43) is known color: Tuscany. HEX triplet: B4, 5E and 43. RGB value is (180,94,67). Sum of RGB (Red+Green+Blue) = 180+94+67=341 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.79% from 341); Green value is 94 (37.11% from 255 or 27.57% from 341); Blue value is 67 (26.56% from 255 or 19.65% from 341); Max value from RGB is 180 - color contains mainly: red. Hex color #B45E43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45E43 is #4BA1BC. Grayscale: #747474. Windows color (decimal): -4956605 or 4415156. OLE color: 4415156.
HSL color Cylindrical-coordinate representation of color #B45E43: hue angle of 14.34º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B45E43 is Cyan = 0, Magento = 0.48, Yellow = 0.63 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 94 | 67 | - |
| CMYK | 0 | 0.48 | 0.63 | 0.29 |
| HSL | 14.34º | 0.46% | 0.48% | - |
| HSV(B) | 14.34º | 0.63% | 0.71% | - |
| XYZ | 23.84 | 18.11 | 7.55 | - |
| YUV | 116.64 | 99.99 | 173.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 94 | 67 | 0 | 0.48 | 0.63 | 0.29 | 14.34 | 0.46 | 0.48 |
| Hex | B4 | 5E | 43 | 0 | 30 | 3F | 1D | E | 2E | 30 |
| Octal | 264 | 136 | 103 | 0 | 60 | 77 | 35 | 16 | 56 | 60 |
| Binary | 10110100 | 1011110 | 1000011 | 0 | 110000 | 111111 | 11101 | 1110 | 101110 | 110000 |
Color Harmonies of #B45E43
Complementary color
Monochromatic Colors of #B45E43
Black with #B45E43
Text Example
Text Example
White with #B45E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45E43; }
p { color: rgb(180,94,67); }
H1.HeaderClassName
{
color: #B45E43;
}
.AnyTagClassName
{
color: #B45E43;
}
</style>
background-color css
<style>
a { background-color: #B45E43; }
a { background-color: rgb(180,94,67); }
div.DivClassName
{
background-color: #B45E43;
}
.BgClassName
{
background-color: #B45E43;
}
</style>
border-color css
<style>
span { border-color: #B45E43; }
span { border-color: rgb(180,94,67); }
td.TdClassName
{
border-color: #B45E43;
}
.TagClassName
{
border-color: #B45E43;
}
</style>