Shades of Turkish Rose #BC797B
Tints of Turkish Rose #BC797B
RGB
CMYK
RGB Variations
Color information
#BC797B (or 0xBC797B) is known color: Turkish Rose. HEX triplet: BC, 79 and 7B. RGB value is (188,121,123). Sum of RGB (Red+Green+Blue) = 188+121+123=432 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.52% from 432); Green value is 121 (47.66% from 255 or 28.01% from 432); Blue value is 123 (48.44% from 255 or 28.47% from 432); Max value from RGB is 188 - color contains mainly: red. Hex color #BC797B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC797B is #438684. Grayscale: #8D8D8D. Windows color (decimal): -4425349 or 8092092. OLE color: 8092092.
HSL color Cylindrical-coordinate representation of color #BC797B: hue angle of 358.21º 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 #BC797B is Cyan = 0, Magento = 0.36, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 121 | 123 | - |
| CMYK | 0 | 0.36 | 0.35 | 0.26 |
| HSL | 358.21º | 0.33% | 0.61% | - |
| HSV(B) | 358.21º | 0.36% | 0.74% | - |
| XYZ | 31.15 | 25.8 | 22.08 | - |
| YUV | 141.26 | 117.7 | 161.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 121 | 123 | 0 | 0.36 | 0.35 | 0.26 | 358.21 | 0.33 | 0.61 |
| Hex | BC | 79 | 7B | 0 | 24 | 23 | 1A | 166 | 21 | 3D |
| Octal | 274 | 171 | 173 | 0 | 44 | 43 | 32 | 546 | 41 | 75 |
| Binary | 10111100 | 1111001 | 1111011 | 0 | 100100 | 100011 | 11010 | 101100110 | 100001 | 111101 |
Color Harmonies of #BC797B
Complementary color
Monochromatic Colors of #BC797B
Black with #BC797B
Text Example
Text Example
White with #BC797B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC797B; }
p { color: rgb(188,121,123); }
H1.HeaderClassName
{
color: #BC797B;
}
.AnyTagClassName
{
color: #BC797B;
}
</style>
background-color css
<style>
a { background-color: #BC797B; }
a { background-color: rgb(188,121,123); }
div.DivClassName
{
background-color: #BC797B;
}
.BgClassName
{
background-color: #BC797B;
}
</style>
border-color css
<style>
span { border-color: #BC797B; }
span { border-color: rgb(188,121,123); }
td.TdClassName
{
border-color: #BC797B;
}
.TagClassName
{
border-color: #BC797B;
}
</style>