Shades of Turkish Rose #BE6D73
Tints of Turkish Rose #BE6D73
RGB
CMYK
RGB Variations
Color information
#BE6D73 (or 0xBE6D73) is known color: Turkish Rose. HEX triplet: BE, 6D and 73. RGB value is (190,109,115). Sum of RGB (Red+Green+Blue) = 190+109+115=414 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.89% from 414); Green value is 109 (42.97% from 255 or 26.33% from 414); Blue value is 115 (45.31% from 255 or 27.78% from 414); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6D73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6D73 is #41928C. Grayscale: #858585. Windows color (decimal): -4297357 or 7564734. OLE color: 7564734.
HSL color Cylindrical-coordinate representation of color #BE6D73: hue angle of 355.56º 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 #BE6D73 is Cyan = 0, Magento = 0.43, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 109 | 115 | - |
| CMYK | 0 | 0.43 | 0.39 | 0.25 |
| HSL | 355.56º | 0.38% | 0.59% | - |
| HSV(B) | 355.56º | 0.43% | 0.75% | - |
| XYZ | 29.8 | 23.12 | 19.11 | - |
| YUV | 133.9 | 117.34 | 168.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 109 | 115 | 0 | 0.43 | 0.39 | 0.25 | 355.56 | 0.38 | 0.59 |
| Hex | BE | 6D | 73 | 0 | 2B | 27 | 19 | 164 | 26 | 3B |
| Octal | 276 | 155 | 163 | 0 | 53 | 47 | 31 | 544 | 46 | 73 |
| Binary | 10111110 | 1101101 | 1110011 | 0 | 101011 | 100111 | 11001 | 101100100 | 100110 | 111011 |
Color Harmonies of #BE6D73
Complementary color
Monochromatic Colors of #BE6D73
Black with #BE6D73
Text Example
Text Example
White with #BE6D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6D73; }
p { color: rgb(190,109,115); }
H1.HeaderClassName
{
color: #BE6D73;
}
.AnyTagClassName
{
color: #BE6D73;
}
</style>
background-color css
<style>
a { background-color: #BE6D73; }
a { background-color: rgb(190,109,115); }
div.DivClassName
{
background-color: #BE6D73;
}
.BgClassName
{
background-color: #BE6D73;
}
</style>
border-color css
<style>
span { border-color: #BE6D73; }
span { border-color: rgb(190,109,115); }
td.TdClassName
{
border-color: #BE6D73;
}
.TagClassName
{
border-color: #BE6D73;
}
</style>