Shades of Turkish Rose #BB7073
Tints of Turkish Rose #BB7073
RGB
CMYK
RGB Variations
Color information
#BB7073 (or 0xBB7073) is known color: Turkish Rose. HEX triplet: BB, 70 and 73. RGB value is (187,112,115). Sum of RGB (Red+Green+Blue) = 187+112+115=414 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.17% from 414); Green value is 112 (44.14% from 255 or 27.05% from 414); Blue value is 115 (45.31% from 255 or 27.78% from 414); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7073 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7073 is #448F8C. Grayscale: #868686. Windows color (decimal): -4493197 or 7565499. OLE color: 7565499.
HSL color Cylindrical-coordinate representation of color #BB7073: hue angle of 357.6º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BB7073 is Cyan = 0, Magento = 0.40, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 112 | 115 | - |
| CMYK | 0 | 0.40 | 0.39 | 0.27 |
| HSL | 357.6º | 0.36% | 0.59% | - |
| HSV(B) | 357.6º | 0.4% | 0.73% | - |
| XYZ | 29.38 | 23.39 | 19.19 | - |
| YUV | 134.77 | 116.85 | 165.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 112 | 115 | 0 | 0.40 | 0.39 | 0.27 | 357.6 | 0.36 | 0.59 |
| Hex | BB | 70 | 73 | 0 | 28 | 27 | 1B | 166 | 24 | 3B |
| Octal | 273 | 160 | 163 | 0 | 50 | 47 | 33 | 546 | 44 | 73 |
| Binary | 10111011 | 1110000 | 1110011 | 0 | 101000 | 100111 | 11011 | 101100110 | 100100 | 111011 |
Color Harmonies of #BB7073
Complementary color
Monochromatic Colors of #BB7073
Black with #BB7073
Text Example
Text Example
White with #BB7073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7073; }
p { color: rgb(187,112,115); }
H1.HeaderClassName
{
color: #BB7073;
}
.AnyTagClassName
{
color: #BB7073;
}
</style>
background-color css
<style>
a { background-color: #BB7073; }
a { background-color: rgb(187,112,115); }
div.DivClassName
{
background-color: #BB7073;
}
.BgClassName
{
background-color: #BB7073;
}
</style>
border-color css
<style>
span { border-color: #BB7073; }
span { border-color: rgb(187,112,115); }
td.TdClassName
{
border-color: #BB7073;
}
.TagClassName
{
border-color: #BB7073;
}
</style>