Shades of Turkish Rose #BC6B6D
Tints of Turkish Rose #BC6B6D
RGB
CMYK
RGB Variations
Color information
#BC6B6D (or 0xBC6B6D) is known color: Turkish Rose. HEX triplet: BC, 6B and 6D. RGB value is (188,107,109). Sum of RGB (Red+Green+Blue) = 188+107+109=404 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.53% from 404); Green value is 107 (42.19% from 255 or 26.49% from 404); Blue value is 109 (42.97% from 255 or 26.98% from 404); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6B6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6B6D is #439492. Grayscale: #838383. Windows color (decimal): -4428947 or 7171004. OLE color: 7171004.
HSL color Cylindrical-coordinate representation of color #BC6B6D: hue angle of 358.52º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BC6B6D is Cyan = 0, Magento = 0.43, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 107 | 109 | - |
| CMYK | 0 | 0.43 | 0.42 | 0.26 |
| HSL | 358.52º | 0.38% | 0.58% | - |
| HSV(B) | 358.52º | 0.43% | 0.74% | - |
| XYZ | 28.76 | 22.31 | 17.26 | - |
| YUV | 131.45 | 115.34 | 168.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 107 | 109 | 0 | 0.43 | 0.42 | 0.26 | 358.52 | 0.38 | 0.58 |
| Hex | BC | 6B | 6D | 0 | 2B | 2A | 1A | 167 | 26 | 3A |
| Octal | 274 | 153 | 155 | 0 | 53 | 52 | 32 | 547 | 46 | 72 |
| Binary | 10111100 | 1101011 | 1101101 | 0 | 101011 | 101010 | 11010 | 101100111 | 100110 | 111010 |
Color Harmonies of #BC6B6D
Complementary color
Monochromatic Colors of #BC6B6D
Black with #BC6B6D
Text Example
Text Example
White with #BC6B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC6B6D; }
p { color: rgb(188,107,109); }
H1.HeaderClassName
{
color: #BC6B6D;
}
.AnyTagClassName
{
color: #BC6B6D;
}
</style>
background-color css
<style>
a { background-color: #BC6B6D; }
a { background-color: rgb(188,107,109); }
div.DivClassName
{
background-color: #BC6B6D;
}
.BgClassName
{
background-color: #BC6B6D;
}
</style>
border-color css
<style>
span { border-color: #BC6B6D; }
span { border-color: rgb(188,107,109); }
td.TdClassName
{
border-color: #BC6B6D;
}
.TagClassName
{
border-color: #BC6B6D;
}
</style>