Shades of Turkish Rose #BE6C72
Tints of Turkish Rose #BE6C72
RGB
CMYK
RGB Variations
Color information
#BE6C72 (or 0xBE6C72) is known color: Turkish Rose. HEX triplet: BE, 6C and 72. RGB value is (190,108,114). Sum of RGB (Red+Green+Blue) = 190+108+114=412 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.12% from 412); Green value is 108 (42.58% from 255 or 26.21% from 412); Blue value is 114 (44.92% from 255 or 27.67% from 412); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6C72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6C72 is #41938D. Grayscale: #858585. Windows color (decimal): -4297614 or 7498942. OLE color: 7498942.
HSL color Cylindrical-coordinate representation of color #BE6C72: hue angle of 355.61º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BE6C72 is Cyan = 0, Magento = 0.43, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 108 | 114 | - |
| CMYK | 0 | 0.43 | 0.40 | 0.25 |
| HSL | 355.61º | 0.39% | 0.58% | - |
| HSV(B) | 355.61º | 0.43% | 0.75% | - |
| XYZ | 29.64 | 22.89 | 18.78 | - |
| YUV | 133.2 | 117.17 | 168.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 108 | 114 | 0 | 0.43 | 0.40 | 0.25 | 355.61 | 0.39 | 0.58 |
| Hex | BE | 6C | 72 | 0 | 2B | 28 | 19 | 164 | 27 | 3A |
| Octal | 276 | 154 | 162 | 0 | 53 | 50 | 31 | 544 | 47 | 72 |
| Binary | 10111110 | 1101100 | 1110010 | 0 | 101011 | 101000 | 11001 | 101100100 | 100111 | 111010 |
Color Harmonies of #BE6C72
Complementary color
Monochromatic Colors of #BE6C72
Black with #BE6C72
Text Example
Text Example
White with #BE6C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6C72; }
p { color: rgb(190,108,114); }
H1.HeaderClassName
{
color: #BE6C72;
}
.AnyTagClassName
{
color: #BE6C72;
}
</style>
background-color css
<style>
a { background-color: #BE6C72; }
a { background-color: rgb(190,108,114); }
div.DivClassName
{
background-color: #BE6C72;
}
.BgClassName
{
background-color: #BE6C72;
}
</style>
border-color css
<style>
span { border-color: #BE6C72; }
span { border-color: rgb(190,108,114); }
td.TdClassName
{
border-color: #BE6C72;
}
.TagClassName
{
border-color: #BE6C72;
}
</style>