Shades of Turkish Rose #BF6A6E
Tints of Turkish Rose #BF6A6E
RGB
CMYK
RGB Variations
Color information
#BF6A6E (or 0xBF6A6E) is known color: Turkish Rose. HEX triplet: BF, 6A and 6E. RGB value is (191,106,110). Sum of RGB (Red+Green+Blue) = 191+106+110=407 (53% of max value = 765). Red value is 191 (75% from 255 or 46.93% from 407); Green value is 106 (41.80% from 255 or 26.04% from 407); Blue value is 110 (43.36% from 255 or 27.03% from 407); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6A6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6A6E is #409591. Grayscale: #838383. Windows color (decimal): -4232594 or 7236287. OLE color: 7236287.
HSL color Cylindrical-coordinate representation of color #BF6A6E: hue angle of 357.18º 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 #BF6A6E is Cyan = 0, Magento = 0.45, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 106 | 110 | - |
| CMYK | 0 | 0.45 | 0.42 | 0.25 |
| HSL | 357.18º | 0.4% | 0.58% | - |
| HSV(B) | 357.18º | 0.45% | 0.75% | - |
| XYZ | 29.45 | 22.51 | 17.54 | - |
| YUV | 131.87 | 115.66 | 170.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 106 | 110 | 0 | 0.45 | 0.42 | 0.25 | 357.18 | 0.4 | 0.58 |
| Hex | BF | 6A | 6E | 0 | 2D | 2A | 19 | 165 | 28 | 3A |
| Octal | 277 | 152 | 156 | 0 | 55 | 52 | 31 | 545 | 50 | 72 |
| Binary | 10111111 | 1101010 | 1101110 | 0 | 101101 | 101010 | 11001 | 101100101 | 101000 | 111010 |
Color Harmonies of #BF6A6E
Complementary color
Monochromatic Colors of #BF6A6E
Black with #BF6A6E
Text Example
Text Example
White with #BF6A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6A6E; }
p { color: rgb(191,106,110); }
H1.HeaderClassName
{
color: #BF6A6E;
}
.AnyTagClassName
{
color: #BF6A6E;
}
</style>
background-color css
<style>
a { background-color: #BF6A6E; }
a { background-color: rgb(191,106,110); }
div.DivClassName
{
background-color: #BF6A6E;
}
.BgClassName
{
background-color: #BF6A6E;
}
</style>
border-color css
<style>
span { border-color: #BF6A6E; }
span { border-color: rgb(191,106,110); }
td.TdClassName
{
border-color: #BF6A6E;
}
.TagClassName
{
border-color: #BF6A6E;
}
</style>