Shades of Turkish Rose #BC787A
Tints of Turkish Rose #BC787A
RGB
CMYK
RGB Variations
Color information
#BC787A (or 0xBC787A) is known color: Turkish Rose. HEX triplet: BC, 78 and 7A. RGB value is (188,120,122). Sum of RGB (Red+Green+Blue) = 188+120+122=430 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.72% from 430); Green value is 120 (47.27% from 255 or 27.91% from 430); Blue value is 122 (48.05% from 255 or 28.37% from 430); Max value from RGB is 188 - color contains mainly: red. Hex color #BC787A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC787A is #438785. Grayscale: #8C8C8C. Windows color (decimal): -4425606 or 8026300. OLE color: 8026300.
HSL color Cylindrical-coordinate representation of color #BC787A: hue angle of 358.24º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BC787A is Cyan = 0, Magento = 0.36, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 120 | 122 | - |
| CMYK | 0 | 0.36 | 0.35 | 0.26 |
| HSL | 358.24º | 0.34% | 0.6% | - |
| HSV(B) | 358.24º | 0.36% | 0.74% | - |
| XYZ | 30.97 | 25.53 | 21.71 | - |
| YUV | 140.56 | 117.53 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 120 | 122 | 0 | 0.36 | 0.35 | 0.26 | 358.24 | 0.34 | 0.6 |
| Hex | BC | 78 | 7A | 0 | 24 | 23 | 1A | 166 | 22 | 3C |
| Octal | 274 | 170 | 172 | 0 | 44 | 43 | 32 | 546 | 42 | 74 |
| Binary | 10111100 | 1111000 | 1111010 | 0 | 100100 | 100011 | 11010 | 101100110 | 100010 | 111100 |
Color Harmonies of #BC787A
Complementary color
Monochromatic Colors of #BC787A
Black with #BC787A
Text Example
Text Example
White with #BC787A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC787A; }
p { color: rgb(188,120,122); }
H1.HeaderClassName
{
color: #BC787A;
}
.AnyTagClassName
{
color: #BC787A;
}
</style>
background-color css
<style>
a { background-color: #BC787A; }
a { background-color: rgb(188,120,122); }
div.DivClassName
{
background-color: #BC787A;
}
.BgClassName
{
background-color: #BC787A;
}
</style>
border-color css
<style>
span { border-color: #BC787A; }
span { border-color: rgb(188,120,122); }
td.TdClassName
{
border-color: #BC787A;
}
.TagClassName
{
border-color: #BC787A;
}
</style>