Shades of Turkish Rose #BE7172
Tints of Turkish Rose #BE7172
RGB
CMYK
RGB Variations
Color information
#BE7172 (or 0xBE7172) is known color: Turkish Rose. HEX triplet: BE, 71 and 72. RGB value is (190,113,114). Sum of RGB (Red+Green+Blue) = 190+113+114=417 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.56% from 417); Green value is 113 (44.53% from 255 or 27.10% from 417); Blue value is 114 (44.92% from 255 or 27.34% from 417); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7172 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7172 is #418E8D. Grayscale: #888888. Windows color (decimal): -4296334 or 7500222. OLE color: 7500222.
HSL color Cylindrical-coordinate representation of color #BE7172: hue angle of 359.22º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BE7172 is Cyan = 0, Magento = 0.41, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 113 | 114 | - |
| CMYK | 0 | 0.41 | 0.40 | 0.25 |
| HSL | 359.22º | 0.37% | 0.59% | - |
| HSV(B) | 359.22º | 0.41% | 0.75% | - |
| XYZ | 30.18 | 23.97 | 18.96 | - |
| YUV | 136.14 | 115.51 | 166.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 113 | 114 | 0 | 0.41 | 0.40 | 0.25 | 359.22 | 0.37 | 0.59 |
| Hex | BE | 71 | 72 | 0 | 29 | 28 | 19 | 167 | 25 | 3B |
| Octal | 276 | 161 | 162 | 0 | 51 | 50 | 31 | 547 | 45 | 73 |
| Binary | 10111110 | 1110001 | 1110010 | 0 | 101001 | 101000 | 11001 | 101100111 | 100101 | 111011 |
Color Harmonies of #BE7172
Complementary color
Monochromatic Colors of #BE7172
Black with #BE7172
Text Example
Text Example
White with #BE7172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7172; }
p { color: rgb(190,113,114); }
H1.HeaderClassName
{
color: #BE7172;
}
.AnyTagClassName
{
color: #BE7172;
}
</style>
background-color css
<style>
a { background-color: #BE7172; }
a { background-color: rgb(190,113,114); }
div.DivClassName
{
background-color: #BE7172;
}
.BgClassName
{
background-color: #BE7172;
}
</style>
border-color css
<style>
span { border-color: #BE7172; }
span { border-color: rgb(190,113,114); }
td.TdClassName
{
border-color: #BE7172;
}
.TagClassName
{
border-color: #BE7172;
}
</style>