Shades of Turkish Rose #BF6D72
Tints of Turkish Rose #BF6D72
RGB
CMYK
RGB Variations
Color information
#BF6D72 (or 0xBF6D72) is known color: Turkish Rose. HEX triplet: BF, 6D and 72. RGB value is (191,109,114). Sum of RGB (Red+Green+Blue) = 191+109+114=414 (54% of max value = 765). Red value is 191 (75% from 255 or 46.14% from 414); Green value is 109 (42.97% from 255 or 26.33% from 414); Blue value is 114 (44.92% from 255 or 27.54% from 414); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6D72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6D72 is #40928D. Grayscale: #868686. Windows color (decimal): -4231822 or 7499199. OLE color: 7499199.
HSL color Cylindrical-coordinate representation of color #BF6D72: hue angle of 356.34º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BF6D72 is Cyan = 0, Magento = 0.43, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 109 | 114 | - |
| CMYK | 0 | 0.43 | 0.40 | 0.25 |
| HSL | 356.34º | 0.39% | 0.59% | - |
| HSV(B) | 356.34º | 0.43% | 0.75% | - |
| XYZ | 29.99 | 23.23 | 18.82 | - |
| YUV | 134.09 | 116.67 | 168.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 109 | 114 | 0 | 0.43 | 0.40 | 0.25 | 356.34 | 0.39 | 0.59 |
| Hex | BF | 6D | 72 | 0 | 2B | 28 | 19 | 164 | 27 | 3B |
| Octal | 277 | 155 | 162 | 0 | 53 | 50 | 31 | 544 | 47 | 73 |
| Binary | 10111111 | 1101101 | 1110010 | 0 | 101011 | 101000 | 11001 | 101100100 | 100111 | 111011 |
Color Harmonies of #BF6D72
Complementary color
Monochromatic Colors of #BF6D72
Black with #BF6D72
Text Example
Text Example
White with #BF6D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6D72; }
p { color: rgb(191,109,114); }
H1.HeaderClassName
{
color: #BF6D72;
}
.AnyTagClassName
{
color: #BF6D72;
}
</style>
background-color css
<style>
a { background-color: #BF6D72; }
a { background-color: rgb(191,109,114); }
div.DivClassName
{
background-color: #BF6D72;
}
.BgClassName
{
background-color: #BF6D72;
}
</style>
border-color css
<style>
span { border-color: #BF6D72; }
span { border-color: rgb(191,109,114); }
td.TdClassName
{
border-color: #BF6D72;
}
.TagClassName
{
border-color: #BF6D72;
}
</style>