Shades of Turkish Rose #BF6F73
Tints of Turkish Rose #BF6F73
RGB
CMYK
RGB Variations
Color information
#BF6F73 (or 0xBF6F73) is known color: Turkish Rose. HEX triplet: BF, 6F and 73. RGB value is (191,111,115). Sum of RGB (Red+Green+Blue) = 191+111+115=417 (55% of max value = 765). Red value is 191 (75% from 255 or 45.80% from 417); Green value is 111 (43.75% from 255 or 26.62% from 417); Blue value is 115 (45.31% from 255 or 27.58% from 417); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6F73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6F73 is #40908C. Grayscale: #878787. Windows color (decimal): -4231309 or 7565247. OLE color: 7565247.
HSL color Cylindrical-coordinate representation of color #BF6F73: hue angle of 357º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BF6F73 is Cyan = 0, Magento = 0.42, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 111 | 115 | - |
| CMYK | 0 | 0.42 | 0.40 | 0.25 |
| HSL | 357º | 0.38% | 0.59% | - |
| HSV(B) | 357º | 0.42% | 0.75% | - |
| XYZ | 30.26 | 23.68 | 19.2 | - |
| YUV | 135.38 | 116.5 | 167.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 111 | 115 | 0 | 0.42 | 0.40 | 0.25 | 357 | 0.38 | 0.59 |
| Hex | BF | 6F | 73 | 0 | 2A | 28 | 19 | 165 | 26 | 3B |
| Octal | 277 | 157 | 163 | 0 | 52 | 50 | 31 | 545 | 46 | 73 |
| Binary | 10111111 | 1101111 | 1110011 | 0 | 101010 | 101000 | 11001 | 101100101 | 100110 | 111011 |
Color Harmonies of #BF6F73
Complementary color
Monochromatic Colors of #BF6F73
Black with #BF6F73
Text Example
Text Example
White with #BF6F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6F73; }
p { color: rgb(191,111,115); }
H1.HeaderClassName
{
color: #BF6F73;
}
.AnyTagClassName
{
color: #BF6F73;
}
</style>
background-color css
<style>
a { background-color: #BF6F73; }
a { background-color: rgb(191,111,115); }
div.DivClassName
{
background-color: #BF6F73;
}
.BgClassName
{
background-color: #BF6F73;
}
</style>
border-color css
<style>
span { border-color: #BF6F73; }
span { border-color: rgb(191,111,115); }
td.TdClassName
{
border-color: #BF6F73;
}
.TagClassName
{
border-color: #BF6F73;
}
</style>