Shades of Turkish Rose #BE6873
Tints of Turkish Rose #BE6873
RGB
CMYK
RGB Variations
Color information
#BE6873 (or 0xBE6873) is known color: Turkish Rose. HEX triplet: BE, 68 and 73. RGB value is (190,104,115). Sum of RGB (Red+Green+Blue) = 190+104+115=409 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.45% from 409); Green value is 104 (41.02% from 255 or 25.43% from 409); Blue value is 115 (45.31% from 255 or 28.12% from 409); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6873 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6873 is #41978C. Grayscale: #838383. Windows color (decimal): -4298637 or 7563454. OLE color: 7563454.
HSL color Cylindrical-coordinate representation of color #BE6873: hue angle of 352.33º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BE6873 is Cyan = 0, Magento = 0.45, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 104 | 115 | - |
| CMYK | 0 | 0.45 | 0.39 | 0.25 |
| HSL | 352.33º | 0.4% | 0.58% | - |
| HSV(B) | 352.33º | 0.45% | 0.75% | - |
| XYZ | 29.28 | 22.09 | 18.94 | - |
| YUV | 130.97 | 118.99 | 170.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 104 | 115 | 0 | 0.45 | 0.39 | 0.25 | 352.33 | 0.4 | 0.58 |
| Hex | BE | 68 | 73 | 0 | 2D | 27 | 19 | 160 | 28 | 3A |
| Octal | 276 | 150 | 163 | 0 | 55 | 47 | 31 | 540 | 50 | 72 |
| Binary | 10111110 | 1101000 | 1110011 | 0 | 101101 | 100111 | 11001 | 101100000 | 101000 | 111010 |
Color Harmonies of #BE6873
Complementary color
Monochromatic Colors of #BE6873
Black with #BE6873
Text Example
Text Example
White with #BE6873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE6873; }
p { color: rgb(190,104,115); }
H1.HeaderClassName
{
color: #BE6873;
}
.AnyTagClassName
{
color: #BE6873;
}
</style>
background-color css
<style>
a { background-color: #BE6873; }
a { background-color: rgb(190,104,115); }
div.DivClassName
{
background-color: #BE6873;
}
.BgClassName
{
background-color: #BE6873;
}
</style>
border-color css
<style>
span { border-color: #BE6873; }
span { border-color: rgb(190,104,115); }
td.TdClassName
{
border-color: #BE6873;
}
.TagClassName
{
border-color: #BE6873;
}
</style>