Shades of Turkish Rose #BE7273
Tints of Turkish Rose #BE7273
RGB
CMYK
RGB Variations
Color information
#BE7273 (or 0xBE7273) is known color: Turkish Rose. HEX triplet: BE, 72 and 73. RGB value is (190,114,115). Sum of RGB (Red+Green+Blue) = 190+114+115=419 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.35% from 419); Green value is 114 (44.92% from 255 or 27.21% from 419); Blue value is 115 (45.31% from 255 or 27.45% from 419); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7273 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7273 is #418D8C. Grayscale: #888888. Windows color (decimal): -4296077 or 7566014. OLE color: 7566014.
HSL color Cylindrical-coordinate representation of color #BE7273: hue angle of 359.21º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BE7273 is Cyan = 0, Magento = 0.40, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 114 | 115 | - |
| CMYK | 0 | 0.40 | 0.39 | 0.25 |
| HSL | 359.21º | 0.37% | 0.6% | - |
| HSV(B) | 359.21º | 0.4% | 0.75% | - |
| XYZ | 30.35 | 24.22 | 19.3 | - |
| YUV | 136.84 | 115.68 | 165.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 114 | 115 | 0 | 0.40 | 0.39 | 0.25 | 359.21 | 0.37 | 0.6 |
| Hex | BE | 72 | 73 | 0 | 28 | 27 | 19 | 167 | 25 | 3C |
| Octal | 276 | 162 | 163 | 0 | 50 | 47 | 31 | 547 | 45 | 74 |
| Binary | 10111110 | 1110010 | 1110011 | 0 | 101000 | 100111 | 11001 | 101100111 | 100101 | 111100 |
Color Harmonies of #BE7273
Complementary color
Monochromatic Colors of #BE7273
Black with #BE7273
Text Example
Text Example
White with #BE7273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7273; }
p { color: rgb(190,114,115); }
H1.HeaderClassName
{
color: #BE7273;
}
.AnyTagClassName
{
color: #BE7273;
}
</style>
background-color css
<style>
a { background-color: #BE7273; }
a { background-color: rgb(190,114,115); }
div.DivClassName
{
background-color: #BE7273;
}
.BgClassName
{
background-color: #BE7273;
}
</style>
border-color css
<style>
span { border-color: #BE7273; }
span { border-color: rgb(190,114,115); }
td.TdClassName
{
border-color: #BE7273;
}
.TagClassName
{
border-color: #BE7273;
}
</style>