Shades of Turkish Rose #BC7A7B
Tints of Turkish Rose #BC7A7B
RGB
CMYK
RGB Variations
Color information
#BC7A7B (or 0xBC7A7B) is known color: Turkish Rose. HEX triplet: BC, 7A and 7B. RGB value is (188,122,123). Sum of RGB (Red+Green+Blue) = 188+122+123=433 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.42% from 433); Green value is 122 (48.05% from 255 or 28.18% from 433); Blue value is 123 (48.44% from 255 or 28.41% from 433); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7A7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7A7B is #438584. Grayscale: #8D8D8D. Windows color (decimal): -4425093 or 8092348. OLE color: 8092348.
HSL color Cylindrical-coordinate representation of color #BC7A7B: hue angle of 359.09º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BC7A7B is Cyan = 0, Magento = 0.35, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 122 | 123 | - |
| CMYK | 0 | 0.35 | 0.35 | 0.26 |
| HSL | 359.09º | 0.33% | 0.61% | - |
| HSV(B) | 359.09º | 0.35% | 0.74% | - |
| XYZ | 31.27 | 26.04 | 22.12 | - |
| YUV | 141.85 | 117.37 | 160.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 122 | 123 | 0 | 0.35 | 0.35 | 0.26 | 359.09 | 0.33 | 0.61 |
| Hex | BC | 7A | 7B | 0 | 23 | 23 | 1A | 167 | 21 | 3D |
| Octal | 274 | 172 | 173 | 0 | 43 | 43 | 32 | 547 | 41 | 75 |
| Binary | 10111100 | 1111010 | 1111011 | 0 | 100011 | 100011 | 11010 | 101100111 | 100001 | 111101 |
Color Harmonies of #BC7A7B
Complementary color
Monochromatic Colors of #BC7A7B
Black with #BC7A7B
Text Example
Text Example
White with #BC7A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7A7B; }
p { color: rgb(188,122,123); }
H1.HeaderClassName
{
color: #BC7A7B;
}
.AnyTagClassName
{
color: #BC7A7B;
}
</style>
background-color css
<style>
a { background-color: #BC7A7B; }
a { background-color: rgb(188,122,123); }
div.DivClassName
{
background-color: #BC7A7B;
}
.BgClassName
{
background-color: #BC7A7B;
}
</style>
border-color css
<style>
span { border-color: #BC7A7B; }
span { border-color: rgb(188,122,123); }
td.TdClassName
{
border-color: #BC7A7B;
}
.TagClassName
{
border-color: #BC7A7B;
}
</style>