Shades of Turkish Rose #BB676C
Tints of Turkish Rose #BB676C
RGB
CMYK
RGB Variations
Color information
#BB676C (or 0xBB676C) is known color: Turkish Rose. HEX triplet: BB, 67 and 6C. RGB value is (187,103,108). Sum of RGB (Red+Green+Blue) = 187+103+108=398 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.98% from 398); Green value is 103 (40.62% from 255 or 25.88% from 398); Blue value is 108 (42.58% from 255 or 27.14% from 398); Max value from RGB is 187 - color contains mainly: red. Hex color #BB676C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB676C is #449893. Grayscale: #808080. Windows color (decimal): -4495508 or 7104443. OLE color: 7104443.
HSL color Cylindrical-coordinate representation of color #BB676C: hue angle of 356.43º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BB676C is Cyan = 0, Magento = 0.45, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 103 | 108 | - |
| CMYK | 0 | 0.45 | 0.42 | 0.27 |
| HSL | 356.43º | 0.38% | 0.57% | - |
| HSV(B) | 356.43º | 0.45% | 0.73% | - |
| XYZ | 28.05 | 21.35 | 16.83 | - |
| YUV | 128.69 | 116.33 | 169.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 103 | 108 | 0 | 0.45 | 0.42 | 0.27 | 356.43 | 0.38 | 0.57 |
| Hex | BB | 67 | 6C | 0 | 2D | 2A | 1B | 164 | 26 | 39 |
| Octal | 273 | 147 | 154 | 0 | 55 | 52 | 33 | 544 | 46 | 71 |
| Binary | 10111011 | 1100111 | 1101100 | 0 | 101101 | 101010 | 11011 | 101100100 | 100110 | 111001 |
Color Harmonies of #BB676C
Complementary color
Monochromatic Colors of #BB676C
Black with #BB676C
Text Example
Text Example
White with #BB676C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB676C; }
p { color: rgb(187,103,108); }
H1.HeaderClassName
{
color: #BB676C;
}
.AnyTagClassName
{
color: #BB676C;
}
</style>
background-color css
<style>
a { background-color: #BB676C; }
a { background-color: rgb(187,103,108); }
div.DivClassName
{
background-color: #BB676C;
}
.BgClassName
{
background-color: #BB676C;
}
</style>
border-color css
<style>
span { border-color: #BB676C; }
span { border-color: rgb(187,103,108); }
td.TdClassName
{
border-color: #BB676C;
}
.TagClassName
{
border-color: #BB676C;
}
</style>