Shades of Turkish Rose #BF6970
Tints of Turkish Rose #BF6970
RGB
CMYK
RGB Variations
Color information
#BF6970 (or 0xBF6970) is known color: Turkish Rose. HEX triplet: BF, 69 and 70. RGB value is (191,105,112). Sum of RGB (Red+Green+Blue) = 191+105+112=408 (54% of max value = 765). Red value is 191 (75% from 255 or 46.81% from 408); Green value is 105 (41.41% from 255 or 25.74% from 408); Blue value is 112 (44.14% from 255 or 27.45% from 408); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6970 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6970 is #40968F. Grayscale: #838383. Windows color (decimal): -4232848 or 7367103. OLE color: 7367103.
HSL color Cylindrical-coordinate representation of color #BF6970: hue angle of 355.12º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BF6970 is Cyan = 0, Magento = 0.45, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 105 | 112 | - |
| CMYK | 0 | 0.45 | 0.41 | 0.25 |
| HSL | 355.12º | 0.4% | 0.58% | - |
| HSV(B) | 355.12º | 0.45% | 0.75% | - |
| XYZ | 29.46 | 22.35 | 18.09 | - |
| YUV | 131.51 | 116.99 | 170.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 105 | 112 | 0 | 0.45 | 0.41 | 0.25 | 355.12 | 0.4 | 0.58 |
| Hex | BF | 69 | 70 | 0 | 2D | 29 | 19 | 163 | 28 | 3A |
| Octal | 277 | 151 | 160 | 0 | 55 | 51 | 31 | 543 | 50 | 72 |
| Binary | 10111111 | 1101001 | 1110000 | 0 | 101101 | 101001 | 11001 | 101100011 | 101000 | 111010 |
Color Harmonies of #BF6970
Complementary color
Monochromatic Colors of #BF6970
Black with #BF6970
Text Example
Text Example
White with #BF6970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6970; }
p { color: rgb(191,105,112); }
H1.HeaderClassName
{
color: #BF6970;
}
.AnyTagClassName
{
color: #BF6970;
}
</style>
background-color css
<style>
a { background-color: #BF6970; }
a { background-color: rgb(191,105,112); }
div.DivClassName
{
background-color: #BF6970;
}
.BgClassName
{
background-color: #BF6970;
}
</style>
border-color css
<style>
span { border-color: #BF6970; }
span { border-color: rgb(191,105,112); }
td.TdClassName
{
border-color: #BF6970;
}
.TagClassName
{
border-color: #BF6970;
}
</style>