Shades of Tuscany #BB6742
Tints of Tuscany #BB6742
RGB
CMYK
RGB Variations
Color information
#BB6742 (or 0xBB6742) is known color: Tuscany. HEX triplet: BB, 67 and 42. RGB value is (187,103,66). Sum of RGB (Red+Green+Blue) = 187+103+66=356 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.53% from 356); Green value is 103 (40.62% from 255 or 28.93% from 356); Blue value is 66 (26.17% from 255 or 18.54% from 356); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6742 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB6742 is #4498BD. Grayscale: #7C7C7C. Windows color (decimal): -4495550 or 4351931. OLE color: 4351931.
HSL color Cylindrical-coordinate representation of color #BB6742: hue angle of 18.35º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BB6742 is Cyan = 0, Magento = 0.45, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 103 | 66 | - |
| CMYK | 0 | 0.45 | 0.65 | 0.27 |
| HSL | 18.35º | 0.48% | 0.5% | - |
| HSV(B) | 18.35º | 0.65% | 0.73% | - |
| XYZ | 26.33 | 20.66 | 7.75 | - |
| YUV | 123.9 | 95.33 | 173.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 103 | 66 | 0 | 0.45 | 0.65 | 0.27 | 18.35 | 0.48 | 0.5 |
| Hex | BB | 67 | 42 | 0 | 2D | 41 | 1B | 12 | 30 | 32 |
| Octal | 273 | 147 | 102 | 0 | 55 | 101 | 33 | 22 | 60 | 62 |
| Binary | 10111011 | 1100111 | 1000010 | 0 | 101101 | 1000001 | 11011 | 10010 | 110000 | 110010 |
Color Harmonies of #BB6742
Complementary color
Monochromatic Colors of #BB6742
Black with #BB6742
Text Example
Text Example
White with #BB6742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6742; }
p { color: rgb(187,103,66); }
H1.HeaderClassName
{
color: #BB6742;
}
.AnyTagClassName
{
color: #BB6742;
}
</style>
background-color css
<style>
a { background-color: #BB6742; }
a { background-color: rgb(187,103,66); }
div.DivClassName
{
background-color: #BB6742;
}
.BgClassName
{
background-color: #BB6742;
}
</style>
border-color css
<style>
span { border-color: #BB6742; }
span { border-color: rgb(187,103,66); }
td.TdClassName
{
border-color: #BB6742;
}
.TagClassName
{
border-color: #BB6742;
}
</style>