Shades of Turkish Rose #BC676D
Tints of Turkish Rose #BC676D
RGB
CMYK
RGB Variations
Color information
#BC676D (or 0xBC676D) is known color: Turkish Rose. HEX triplet: BC, 67 and 6D. RGB value is (188,103,109). Sum of RGB (Red+Green+Blue) = 188+103+109=400 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47% from 400); Green value is 103 (40.62% from 255 or 25.75% from 400); Blue value is 109 (42.97% from 255 or 27.25% from 400); Max value from RGB is 188 - color contains mainly: red. Hex color #BC676D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC676D is #439892. Grayscale: #818181. Windows color (decimal): -4429971 or 7169980. OLE color: 7169980.
HSL color Cylindrical-coordinate representation of color #BC676D: hue angle of 355.76º 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 #BC676D is Cyan = 0, Magento = 0.45, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 103 | 109 | - |
| CMYK | 0 | 0.45 | 0.42 | 0.26 |
| HSL | 355.76º | 0.39% | 0.57% | - |
| HSV(B) | 355.76º | 0.45% | 0.74% | - |
| XYZ | 28.35 | 21.5 | 17.12 | - |
| YUV | 129.1 | 116.66 | 170.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 103 | 109 | 0 | 0.45 | 0.42 | 0.26 | 355.76 | 0.39 | 0.57 |
| Hex | BC | 67 | 6D | 0 | 2D | 2A | 1A | 164 | 27 | 39 |
| Octal | 274 | 147 | 155 | 0 | 55 | 52 | 32 | 544 | 47 | 71 |
| Binary | 10111100 | 1100111 | 1101101 | 0 | 101101 | 101010 | 11010 | 101100100 | 100111 | 111001 |
Color Harmonies of #BC676D
Complementary color
Monochromatic Colors of #BC676D
Black with #BC676D
Text Example
Text Example
White with #BC676D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC676D; }
p { color: rgb(188,103,109); }
H1.HeaderClassName
{
color: #BC676D;
}
.AnyTagClassName
{
color: #BC676D;
}
</style>
background-color css
<style>
a { background-color: #BC676D; }
a { background-color: rgb(188,103,109); }
div.DivClassName
{
background-color: #BC676D;
}
.BgClassName
{
background-color: #BC676D;
}
</style>
border-color css
<style>
span { border-color: #BC676D; }
span { border-color: rgb(188,103,109); }
td.TdClassName
{
border-color: #BC676D;
}
.TagClassName
{
border-color: #BC676D;
}
</style>