Shades of Turkish Rose #BE696F
Tints of Turkish Rose #BE696F
RGB
CMYK
RGB Variations
Color information
#BE696F (or 0xBE696F) is known color: Turkish Rose. HEX triplet: BE, 69 and 6F. RGB value is (190,105,111). Sum of RGB (Red+Green+Blue) = 190+105+111=406 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.80% from 406); Green value is 105 (41.41% from 255 or 25.86% from 406); Blue value is 111 (43.75% from 255 or 27.34% from 406); Max value from RGB is 190 - color contains mainly: red. Hex color #BE696F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE696F is #419690. Grayscale: #838383. Windows color (decimal): -4298385 or 7301566. OLE color: 7301566.
HSL color Cylindrical-coordinate representation of color #BE696F: hue angle of 355.76º 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 #BE696F is Cyan = 0, Magento = 0.45, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 105 | 111 | - |
| CMYK | 0 | 0.45 | 0.42 | 0.25 |
| HSL | 355.76º | 0.4% | 0.58% | - |
| HSV(B) | 355.76º | 0.45% | 0.75% | - |
| XYZ | 29.16 | 22.2 | 17.79 | - |
| YUV | 131.1 | 116.66 | 170.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 105 | 111 | 0 | 0.45 | 0.42 | 0.25 | 355.76 | 0.4 | 0.58 |
| Hex | BE | 69 | 6F | 0 | 2D | 2A | 19 | 164 | 28 | 3A |
| Octal | 276 | 151 | 157 | 0 | 55 | 52 | 31 | 544 | 50 | 72 |
| Binary | 10111110 | 1101001 | 1101111 | 0 | 101101 | 101010 | 11001 | 101100100 | 101000 | 111010 |
Color Harmonies of #BE696F
Complementary color
Monochromatic Colors of #BE696F
Black with #BE696F
Text Example
Text Example
White with #BE696F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE696F; }
p { color: rgb(190,105,111); }
H1.HeaderClassName
{
color: #BE696F;
}
.AnyTagClassName
{
color: #BE696F;
}
</style>
background-color css
<style>
a { background-color: #BE696F; }
a { background-color: rgb(190,105,111); }
div.DivClassName
{
background-color: #BE696F;
}
.BgClassName
{
background-color: #BE696F;
}
</style>
border-color css
<style>
span { border-color: #BE696F; }
span { border-color: rgb(190,105,111); }
td.TdClassName
{
border-color: #BE696F;
}
.TagClassName
{
border-color: #BE696F;
}
</style>