Shades of Turkish Rose #BE7075
Tints of Turkish Rose #BE7075
RGB
CMYK
RGB Variations
Color information
#BE7075 (or 0xBE7075) is known color: Turkish Rose. HEX triplet: BE, 70 and 75. RGB value is (190,112,117). Sum of RGB (Red+Green+Blue) = 190+112+117=419 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.35% from 419); Green value is 112 (44.14% from 255 or 26.73% from 419); Blue value is 117 (46.09% from 255 or 27.92% from 419); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7075 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7075 is #418F8A. Grayscale: #878787. Windows color (decimal): -4296587 or 7696574. OLE color: 7696574.
HSL color Cylindrical-coordinate representation of color #BE7075: hue angle of 356.15º degrees, saturation: 0.38, 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 #BE7075 is Cyan = 0, Magento = 0.41, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 112 | 117 | - |
| CMYK | 0 | 0.41 | 0.38 | 0.25 |
| HSL | 356.15º | 0.38% | 0.59% | - |
| HSV(B) | 356.15º | 0.41% | 0.75% | - |
| XYZ | 30.24 | 23.82 | 19.83 | - |
| YUV | 135.89 | 117.34 | 166.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 112 | 117 | 0 | 0.41 | 0.38 | 0.25 | 356.15 | 0.38 | 0.59 |
| Hex | BE | 70 | 75 | 0 | 29 | 26 | 19 | 164 | 26 | 3B |
| Octal | 276 | 160 | 165 | 0 | 51 | 46 | 31 | 544 | 46 | 73 |
| Binary | 10111110 | 1110000 | 1110101 | 0 | 101001 | 100110 | 11001 | 101100100 | 100110 | 111011 |
Color Harmonies of #BE7075
Complementary color
Monochromatic Colors of #BE7075
Black with #BE7075
Text Example
Text Example
White with #BE7075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7075; }
p { color: rgb(190,112,117); }
H1.HeaderClassName
{
color: #BE7075;
}
.AnyTagClassName
{
color: #BE7075;
}
</style>
background-color css
<style>
a { background-color: #BE7075; }
a { background-color: rgb(190,112,117); }
div.DivClassName
{
background-color: #BE7075;
}
.BgClassName
{
background-color: #BE7075;
}
</style>
border-color css
<style>
span { border-color: #BE7075; }
span { border-color: rgb(190,112,117); }
td.TdClassName
{
border-color: #BE7075;
}
.TagClassName
{
border-color: #BE7075;
}
</style>