Shades of Turkish Rose #BE6D70
Tints of Turkish Rose #BE6D70
RGB
CMYK
RGB Variations
Color information
#BE6D70 (or 0xBE6D70) is known color: Turkish Rose. HEX triplet: BE, 6D and 70. RGB value is (190,109,112). Sum of RGB (Red+Green+Blue) = 190+109+112=411 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.23% from 411); Green value is 109 (42.97% from 255 or 26.52% from 411); Blue value is 112 (44.14% from 255 or 27.25% from 411); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6D70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6D70 is #41928F. Grayscale: #858585. Windows color (decimal): -4297360 or 7368126. OLE color: 7368126.
HSL color Cylindrical-coordinate representation of color #BE6D70: hue angle of 357.78º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BE6D70 is Cyan = 0, Magento = 0.43, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 109 | 112 | - |
| CMYK | 0 | 0.43 | 0.41 | 0.25 |
| HSL | 357.78º | 0.38% | 0.59% | - |
| HSV(B) | 357.78º | 0.43% | 0.75% | - |
| XYZ | 29.63 | 23.05 | 18.22 | - |
| YUV | 133.56 | 115.84 | 168.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 109 | 112 | 0 | 0.43 | 0.41 | 0.25 | 357.78 | 0.38 | 0.59 |
| Hex | BE | 6D | 70 | 0 | 2B | 29 | 19 | 166 | 26 | 3B |
| Octal | 276 | 155 | 160 | 0 | 53 | 51 | 31 | 546 | 46 | 73 |
| Binary | 10111110 | 1101101 | 1110000 | 0 | 101011 | 101001 | 11001 | 101100110 | 100110 | 111011 |
Color Harmonies of #BE6D70
Complementary color
Monochromatic Colors of #BE6D70
Black with #BE6D70
Text Example
Text Example
White with #BE6D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6D70; }
p { color: rgb(190,109,112); }
H1.HeaderClassName
{
color: #BE6D70;
}
.AnyTagClassName
{
color: #BE6D70;
}
</style>
background-color css
<style>
a { background-color: #BE6D70; }
a { background-color: rgb(190,109,112); }
div.DivClassName
{
background-color: #BE6D70;
}
.BgClassName
{
background-color: #BE6D70;
}
</style>
border-color css
<style>
span { border-color: #BE6D70; }
span { border-color: rgb(190,109,112); }
td.TdClassName
{
border-color: #BE6D70;
}
.TagClassName
{
border-color: #BE6D70;
}
</style>