Shades of Turkish Rose #BB6873
Tints of Turkish Rose #BB6873
RGB
CMYK
RGB Variations
Color information
#BB6873 (or 0xBB6873) is known color: Turkish Rose. HEX triplet: BB, 68 and 73. RGB value is (187,104,115). Sum of RGB (Red+Green+Blue) = 187+104+115=406 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.06% from 406); Green value is 104 (41.02% from 255 or 25.62% from 406); Blue value is 115 (45.31% from 255 or 28.33% from 406); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6873 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6873 is #44978C. Grayscale: #828282. Windows color (decimal): -4495245 or 7563451. OLE color: 7563451.
HSL color Cylindrical-coordinate representation of color #BB6873: hue angle of 352.05º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BB6873 is Cyan = 0, Magento = 0.44, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 104 | 115 | - |
| CMYK | 0 | 0.44 | 0.39 | 0.27 |
| HSL | 352.05º | 0.38% | 0.57% | - |
| HSV(B) | 352.05º | 0.44% | 0.73% | - |
| XYZ | 28.54 | 21.7 | 18.9 | - |
| YUV | 130.07 | 119.5 | 168.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 104 | 115 | 0 | 0.44 | 0.39 | 0.27 | 352.05 | 0.38 | 0.57 |
| Hex | BB | 68 | 73 | 0 | 2C | 27 | 1B | 160 | 26 | 39 |
| Octal | 273 | 150 | 163 | 0 | 54 | 47 | 33 | 540 | 46 | 71 |
| Binary | 10111011 | 1101000 | 1110011 | 0 | 101100 | 100111 | 11011 | 101100000 | 100110 | 111001 |
Color Harmonies of #BB6873
Complementary color
Monochromatic Colors of #BB6873
Black with #BB6873
Text Example
Text Example
White with #BB6873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6873; }
p { color: rgb(187,104,115); }
H1.HeaderClassName
{
color: #BB6873;
}
.AnyTagClassName
{
color: #BB6873;
}
</style>
background-color css
<style>
a { background-color: #BB6873; }
a { background-color: rgb(187,104,115); }
div.DivClassName
{
background-color: #BB6873;
}
.BgClassName
{
background-color: #BB6873;
}
</style>
border-color css
<style>
span { border-color: #BB6873; }
span { border-color: rgb(187,104,115); }
td.TdClassName
{
border-color: #BB6873;
}
.TagClassName
{
border-color: #BB6873;
}
</style>