Shades of Tuscany #B8623F
Tints of Tuscany #B8623F
RGB
CMYK
RGB Variations
Color information
#B8623F (or 0xB8623F) is known color: Tuscany. HEX triplet: B8, 62 and 3F. RGB value is (184,98,63). Sum of RGB (Red+Green+Blue) = 184+98+63=345 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.33% from 345); Green value is 98 (38.67% from 255 or 28.41% from 345); Blue value is 63 (25% from 255 or 18.26% from 345); Max value from RGB is 184 - color contains mainly: red. Hex color #B8623F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8623F is #479DC0. Grayscale: #777777. Windows color (decimal): -4693441 or 4154040. OLE color: 4154040.
HSL color Cylindrical-coordinate representation of color #B8623F: hue angle of 17.36º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B8623F is Cyan = 0, Magento = 0.47, Yellow = 0.66 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 98 | 63 | - |
| CMYK | 0 | 0.47 | 0.66 | 0.28 |
| HSL | 17.36º | 0.49% | 0.48% | - |
| HSV(B) | 17.36º | 0.66% | 0.72% | - |
| XYZ | 25.03 | 19.28 | 7.11 | - |
| YUV | 119.72 | 95.99 | 173.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 98 | 63 | 0 | 0.47 | 0.66 | 0.28 | 17.36 | 0.49 | 0.48 |
| Hex | B8 | 62 | 3F | 0 | 2F | 42 | 1C | 11 | 31 | 30 |
| Octal | 270 | 142 | 77 | 0 | 57 | 102 | 34 | 21 | 61 | 60 |
| Binary | 10111000 | 1100010 | 111111 | 0 | 101111 | 1000010 | 11100 | 10001 | 110001 | 110000 |
Color Harmonies of #B8623F
Complementary color
Monochromatic Colors of #B8623F
Black with #B8623F
Text Example
Text Example
White with #B8623F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8623F; }
p { color: rgb(184,98,63); }
H1.HeaderClassName
{
color: #B8623F;
}
.AnyTagClassName
{
color: #B8623F;
}
</style>
background-color css
<style>
a { background-color: #B8623F; }
a { background-color: rgb(184,98,63); }
div.DivClassName
{
background-color: #B8623F;
}
.BgClassName
{
background-color: #B8623F;
}
</style>
border-color css
<style>
span { border-color: #B8623F; }
span { border-color: rgb(184,98,63); }
td.TdClassName
{
border-color: #B8623F;
}
.TagClassName
{
border-color: #B8623F;
}
</style>