Shades of Turkish Rose #BC797A
Tints of Turkish Rose #BC797A
RGB
CMYK
RGB Variations
Color information
#BC797A (or 0xBC797A) is known color: Turkish Rose. HEX triplet: BC, 79 and 7A. RGB value is (188,121,122). Sum of RGB (Red+Green+Blue) = 188+121+122=431 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.62% from 431); Green value is 121 (47.66% from 255 or 28.07% from 431); Blue value is 122 (48.05% from 255 or 28.31% from 431); Max value from RGB is 188 - color contains mainly: red. Hex color #BC797A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC797A is #438685. Grayscale: #8D8D8D. Windows color (decimal): -4425350 or 8026556. OLE color: 8026556.
HSL color Cylindrical-coordinate representation of color #BC797A: hue angle of 359.1º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BC797A is Cyan = 0, Magento = 0.36, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 121 | 122 | - |
| CMYK | 0 | 0.36 | 0.35 | 0.26 |
| HSL | 359.1º | 0.33% | 0.61% | - |
| HSV(B) | 359.1º | 0.36% | 0.74% | - |
| XYZ | 31.09 | 25.77 | 21.75 | - |
| YUV | 141.15 | 117.2 | 161.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 121 | 122 | 0 | 0.36 | 0.35 | 0.26 | 359.1 | 0.33 | 0.61 |
| Hex | BC | 79 | 7A | 0 | 24 | 23 | 1A | 167 | 21 | 3D |
| Octal | 274 | 171 | 172 | 0 | 44 | 43 | 32 | 547 | 41 | 75 |
| Binary | 10111100 | 1111001 | 1111010 | 0 | 100100 | 100011 | 11010 | 101100111 | 100001 | 111101 |
Color Harmonies of #BC797A
Complementary color
Monochromatic Colors of #BC797A
Black with #BC797A
Text Example
Text Example
White with #BC797A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC797A; }
p { color: rgb(188,121,122); }
H1.HeaderClassName
{
color: #BC797A;
}
.AnyTagClassName
{
color: #BC797A;
}
</style>
background-color css
<style>
a { background-color: #BC797A; }
a { background-color: rgb(188,121,122); }
div.DivClassName
{
background-color: #BC797A;
}
.BgClassName
{
background-color: #BC797A;
}
</style>
border-color css
<style>
span { border-color: #BC797A; }
span { border-color: rgb(188,121,122); }
td.TdClassName
{
border-color: #BC797A;
}
.TagClassName
{
border-color: #BC797A;
}
</style>