Shades of Turkish Rose #BE6772
Tints of Turkish Rose #BE6772
RGB
CMYK
RGB Variations
Color information
#BE6772 (or 0xBE6772) is known color: Turkish Rose. HEX triplet: BE, 67 and 72. RGB value is (190,103,114). Sum of RGB (Red+Green+Blue) = 190+103+114=407 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.68% from 407); Green value is 103 (40.62% from 255 or 25.31% from 407); Blue value is 114 (44.92% from 255 or 28.01% from 407); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6772 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6772 is #41988D. Grayscale: #828282. Windows color (decimal): -4298894 or 7497662. OLE color: 7497662.
HSL color Cylindrical-coordinate representation of color #BE6772: hue angle of 352.41º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BE6772 is Cyan = 0, Magento = 0.46, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 103 | 114 | - |
| CMYK | 0 | 0.46 | 0.40 | 0.25 |
| HSL | 352.41º | 0.4% | 0.57% | - |
| HSV(B) | 352.41º | 0.46% | 0.75% | - |
| XYZ | 29.12 | 21.86 | 18.6 | - |
| YUV | 130.27 | 118.82 | 170.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 103 | 114 | 0 | 0.46 | 0.40 | 0.25 | 352.41 | 0.4 | 0.57 |
| Hex | BE | 67 | 72 | 0 | 2E | 28 | 19 | 160 | 28 | 39 |
| Octal | 276 | 147 | 162 | 0 | 56 | 50 | 31 | 540 | 50 | 71 |
| Binary | 10111110 | 1100111 | 1110010 | 0 | 101110 | 101000 | 11001 | 101100000 | 101000 | 111001 |
Color Harmonies of #BE6772
Complementary color
Monochromatic Colors of #BE6772
Black with #BE6772
Text Example
Text Example
White with #BE6772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6772; }
p { color: rgb(190,103,114); }
H1.HeaderClassName
{
color: #BE6772;
}
.AnyTagClassName
{
color: #BE6772;
}
</style>
background-color css
<style>
a { background-color: #BE6772; }
a { background-color: rgb(190,103,114); }
div.DivClassName
{
background-color: #BE6772;
}
.BgClassName
{
background-color: #BE6772;
}
</style>
border-color css
<style>
span { border-color: #BE6772; }
span { border-color: rgb(190,103,114); }
td.TdClassName
{
border-color: #BE6772;
}
.TagClassName
{
border-color: #BE6772;
}
</style>