Shades of Turkish Rose #BC7375
Tints of Turkish Rose #BC7375
RGB
CMYK
RGB Variations
Color information
#BC7375 (or 0xBC7375) is known color: Turkish Rose. HEX triplet: BC, 73 and 75. RGB value is (188,115,117). Sum of RGB (Red+Green+Blue) = 188+115+117=420 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.76% from 420); Green value is 115 (45.31% from 255 or 27.38% from 420); Blue value is 117 (46.09% from 255 or 27.86% from 420); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7375 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7375 is #438C8A. Grayscale: #898989. Windows color (decimal): -4426891 or 7697340. OLE color: 7697340.
HSL color Cylindrical-coordinate representation of color #BC7375: hue angle of 358.36º degrees, saturation: 0.35, 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 #BC7375 is Cyan = 0, Magento = 0.39, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 115 | 117 | - |
| CMYK | 0 | 0.39 | 0.38 | 0.26 |
| HSL | 358.36º | 0.35% | 0.59% | - |
| HSV(B) | 358.36º | 0.39% | 0.74% | - |
| XYZ | 30.08 | 24.24 | 19.92 | - |
| YUV | 137.06 | 116.68 | 164.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 115 | 117 | 0 | 0.39 | 0.38 | 0.26 | 358.36 | 0.35 | 0.59 |
| Hex | BC | 73 | 75 | 0 | 27 | 26 | 1A | 166 | 23 | 3B |
| Octal | 274 | 163 | 165 | 0 | 47 | 46 | 32 | 546 | 43 | 73 |
| Binary | 10111100 | 1110011 | 1110101 | 0 | 100111 | 100110 | 11010 | 101100110 | 100011 | 111011 |
Color Harmonies of #BC7375
Complementary color
Monochromatic Colors of #BC7375
Black with #BC7375
Text Example
Text Example
White with #BC7375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7375; }
p { color: rgb(188,115,117); }
H1.HeaderClassName
{
color: #BC7375;
}
.AnyTagClassName
{
color: #BC7375;
}
</style>
background-color css
<style>
a { background-color: #BC7375; }
a { background-color: rgb(188,115,117); }
div.DivClassName
{
background-color: #BC7375;
}
.BgClassName
{
background-color: #BC7375;
}
</style>
border-color css
<style>
span { border-color: #BC7375; }
span { border-color: rgb(188,115,117); }
td.TdClassName
{
border-color: #BC7375;
}
.TagClassName
{
border-color: #BC7375;
}
</style>