Shades of Turkish Rose #BC696B
Tints of Turkish Rose #BC696B
RGB
CMYK
RGB Variations
Color information
#BC696B (or 0xBC696B) is known color: Turkish Rose. HEX triplet: BC, 69 and 6B. RGB value is (188,105,107). Sum of RGB (Red+Green+Blue) = 188+105+107=400 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47% from 400); Green value is 105 (41.41% from 255 or 26.25% from 400); Blue value is 107 (42.19% from 255 or 26.75% from 400); Max value from RGB is 188 - color contains mainly: red. Hex color #BC696B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC696B is #439694. Grayscale: #828282. Windows color (decimal): -4429461 or 7039420. OLE color: 7039420.
HSL color Cylindrical-coordinate representation of color #BC696B: hue angle of 358.55º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BC696B is Cyan = 0, Magento = 0.44, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 105 | 107 | - |
| CMYK | 0 | 0.44 | 0.43 | 0.26 |
| HSL | 358.55º | 0.38% | 0.57% | - |
| HSV(B) | 358.55º | 0.44% | 0.74% | - |
| XYZ | 28.44 | 21.86 | 16.63 | - |
| YUV | 130.05 | 115 | 169.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 105 | 107 | 0 | 0.44 | 0.43 | 0.26 | 358.55 | 0.38 | 0.57 |
| Hex | BC | 69 | 6B | 0 | 2C | 2B | 1A | 167 | 26 | 39 |
| Octal | 274 | 151 | 153 | 0 | 54 | 53 | 32 | 547 | 46 | 71 |
| Binary | 10111100 | 1101001 | 1101011 | 0 | 101100 | 101011 | 11010 | 101100111 | 100110 | 111001 |
Color Harmonies of #BC696B
Complementary color
Monochromatic Colors of #BC696B
Black with #BC696B
Text Example
Text Example
White with #BC696B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC696B; }
p { color: rgb(188,105,107); }
H1.HeaderClassName
{
color: #BC696B;
}
.AnyTagClassName
{
color: #BC696B;
}
</style>
background-color css
<style>
a { background-color: #BC696B; }
a { background-color: rgb(188,105,107); }
div.DivClassName
{
background-color: #BC696B;
}
.BgClassName
{
background-color: #BC696B;
}
</style>
border-color css
<style>
span { border-color: #BC696B; }
span { border-color: rgb(188,105,107); }
td.TdClassName
{
border-color: #BC696B;
}
.TagClassName
{
border-color: #BC696B;
}
</style>