Shades of Turkish Rose #BC7275
Tints of Turkish Rose #BC7275
RGB
CMYK
RGB Variations
Color information
#BC7275 (or 0xBC7275) is known color: Turkish Rose. HEX triplet: BC, 72 and 75. RGB value is (188,114,117). Sum of RGB (Red+Green+Blue) = 188+114+117=419 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.87% from 419); Green value is 114 (44.92% from 255 or 27.21% from 419); Blue value is 117 (46.09% from 255 or 27.92% from 419); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7275 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7275 is #438D8A. Grayscale: #888888. Windows color (decimal): -4427147 or 7697084. OLE color: 7697084.
HSL color Cylindrical-coordinate representation of color #BC7275: hue angle of 357.57º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BC7275 is Cyan = 0, Magento = 0.39, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 114 | 117 | - |
| CMYK | 0 | 0.39 | 0.38 | 0.26 |
| HSL | 357.57º | 0.36% | 0.59% | - |
| HSV(B) | 357.57º | 0.39% | 0.74% | - |
| XYZ | 29.97 | 24.01 | 19.88 | - |
| YUV | 136.47 | 117.02 | 164.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 114 | 117 | 0 | 0.39 | 0.38 | 0.26 | 357.57 | 0.36 | 0.59 |
| Hex | BC | 72 | 75 | 0 | 27 | 26 | 1A | 166 | 24 | 3B |
| Octal | 274 | 162 | 165 | 0 | 47 | 46 | 32 | 546 | 44 | 73 |
| Binary | 10111100 | 1110010 | 1110101 | 0 | 100111 | 100110 | 11010 | 101100110 | 100100 | 111011 |
Color Harmonies of #BC7275
Complementary color
Monochromatic Colors of #BC7275
Black with #BC7275
Text Example
Text Example
White with #BC7275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7275; }
p { color: rgb(188,114,117); }
H1.HeaderClassName
{
color: #BC7275;
}
.AnyTagClassName
{
color: #BC7275;
}
</style>
background-color css
<style>
a { background-color: #BC7275; }
a { background-color: rgb(188,114,117); }
div.DivClassName
{
background-color: #BC7275;
}
.BgClassName
{
background-color: #BC7275;
}
</style>
border-color css
<style>
span { border-color: #BC7275; }
span { border-color: rgb(188,114,117); }
td.TdClassName
{
border-color: #BC7275;
}
.TagClassName
{
border-color: #BC7275;
}
</style>