Shades of Turkish Rose #BC676C
Tints of Turkish Rose #BC676C
RGB
CMYK
RGB Variations
Color information
#BC676C (or 0xBC676C) is known color: Turkish Rose. HEX triplet: BC, 67 and 6C. RGB value is (188,103,108). Sum of RGB (Red+Green+Blue) = 188+103+108=399 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.12% from 399); Green value is 103 (40.62% from 255 or 25.81% from 399); Blue value is 108 (42.58% from 255 or 27.07% from 399); Max value from RGB is 188 - color contains mainly: red. Hex color #BC676C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC676C is #439893. Grayscale: #818181. Windows color (decimal): -4429972 or 7104444. OLE color: 7104444.
HSL color Cylindrical-coordinate representation of color #BC676C: hue angle of 356.47º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BC676C is Cyan = 0, Magento = 0.45, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 103 | 108 | - |
| CMYK | 0 | 0.45 | 0.43 | 0.26 |
| HSL | 356.47º | 0.39% | 0.57% | - |
| HSV(B) | 356.47º | 0.45% | 0.74% | - |
| XYZ | 28.3 | 21.47 | 16.84 | - |
| YUV | 128.99 | 116.16 | 170.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 103 | 108 | 0 | 0.45 | 0.43 | 0.26 | 356.47 | 0.39 | 0.57 |
| Hex | BC | 67 | 6C | 0 | 2D | 2B | 1A | 164 | 27 | 39 |
| Octal | 274 | 147 | 154 | 0 | 55 | 53 | 32 | 544 | 47 | 71 |
| Binary | 10111100 | 1100111 | 1101100 | 0 | 101101 | 101011 | 11010 | 101100100 | 100111 | 111001 |
Color Harmonies of #BC676C
Complementary color
Monochromatic Colors of #BC676C
Black with #BC676C
Text Example
Text Example
White with #BC676C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC676C; }
p { color: rgb(188,103,108); }
H1.HeaderClassName
{
color: #BC676C;
}
.AnyTagClassName
{
color: #BC676C;
}
</style>
background-color css
<style>
a { background-color: #BC676C; }
a { background-color: rgb(188,103,108); }
div.DivClassName
{
background-color: #BC676C;
}
.BgClassName
{
background-color: #BC676C;
}
</style>
border-color css
<style>
span { border-color: #BC676C; }
span { border-color: rgb(188,103,108); }
td.TdClassName
{
border-color: #BC676C;
}
.TagClassName
{
border-color: #BC676C;
}
</style>