Shades of Turkish Rose #BF696A
Tints of Turkish Rose #BF696A
RGB
CMYK
RGB Variations
Color information
#BF696A (or 0xBF696A) is known color: Turkish Rose. HEX triplet: BF, 69 and 6A. RGB value is (191,105,106). Sum of RGB (Red+Green+Blue) = 191+105+106=402 (53% of max value = 765). Red value is 191 (75% from 255 or 47.51% from 402); Green value is 105 (41.41% from 255 or 26.12% from 402); Blue value is 106 (41.80% from 255 or 26.37% from 402); Max value from RGB is 191 - color contains mainly: red. Hex color #BF696A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF696A is #409695. Grayscale: #828282. Windows color (decimal): -4232854 or 6973887. OLE color: 6973887.
HSL color Cylindrical-coordinate representation of color #BF696A: hue angle of 359.3º 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 #BF696A is Cyan = 0, Magento = 0.45, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 105 | 106 | - |
| CMYK | 0 | 0.45 | 0.45 | 0.25 |
| HSL | 359.3º | 0.4% | 0.58% | - |
| HSV(B) | 359.3º | 0.45% | 0.75% | - |
| XYZ | 29.14 | 22.22 | 16.39 | - |
| YUV | 130.83 | 113.99 | 170.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 105 | 106 | 0 | 0.45 | 0.45 | 0.25 | 359.3 | 0.4 | 0.58 |
| Hex | BF | 69 | 6A | 0 | 2D | 2D | 19 | 167 | 28 | 3A |
| Octal | 277 | 151 | 152 | 0 | 55 | 55 | 31 | 547 | 50 | 72 |
| Binary | 10111111 | 1101001 | 1101010 | 0 | 101101 | 101101 | 11001 | 101100111 | 101000 | 111010 |
Color Harmonies of #BF696A
Complementary color
Monochromatic Colors of #BF696A
Black with #BF696A
Text Example
Text Example
White with #BF696A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF696A; }
p { color: rgb(191,105,106); }
H1.HeaderClassName
{
color: #BF696A;
}
.AnyTagClassName
{
color: #BF696A;
}
</style>
background-color css
<style>
a { background-color: #BF696A; }
a { background-color: rgb(191,105,106); }
div.DivClassName
{
background-color: #BF696A;
}
.BgClassName
{
background-color: #BF696A;
}
</style>
border-color css
<style>
span { border-color: #BF696A; }
span { border-color: rgb(191,105,106); }
td.TdClassName
{
border-color: #BF696A;
}
.TagClassName
{
border-color: #BF696A;
}
</style>