Shades of Turkish Rose #BE7375
Tints of Turkish Rose #BE7375
RGB
CMYK
RGB Variations
Color information
#BE7375 (or 0xBE7375) is known color: Turkish Rose. HEX triplet: BE, 73 and 75. RGB value is (190,115,117). Sum of RGB (Red+Green+Blue) = 190+115+117=422 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.02% from 422); Green value is 115 (45.31% from 255 or 27.25% from 422); Blue value is 117 (46.09% from 255 or 27.73% from 422); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7375 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7375 is #418C8A. Grayscale: #898989. Windows color (decimal): -4295819 or 7697342. OLE color: 7697342.
HSL color Cylindrical-coordinate representation of color #BE7375: hue angle of 358.4º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BE7375 is Cyan = 0, Magento = 0.39, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 115 | 117 | - |
| CMYK | 0 | 0.39 | 0.38 | 0.25 |
| HSL | 358.4º | 0.37% | 0.6% | - |
| HSV(B) | 358.4º | 0.39% | 0.75% | - |
| XYZ | 30.58 | 24.49 | 19.95 | - |
| YUV | 137.65 | 116.35 | 165.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 115 | 117 | 0 | 0.39 | 0.38 | 0.25 | 358.4 | 0.37 | 0.6 |
| Hex | BE | 73 | 75 | 0 | 27 | 26 | 19 | 166 | 25 | 3C |
| Octal | 276 | 163 | 165 | 0 | 47 | 46 | 31 | 546 | 45 | 74 |
| Binary | 10111110 | 1110011 | 1110101 | 0 | 100111 | 100110 | 11001 | 101100110 | 100101 | 111100 |
Color Harmonies of #BE7375
Complementary color
Monochromatic Colors of #BE7375
Black with #BE7375
Text Example
Text Example
White with #BE7375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7375; }
p { color: rgb(190,115,117); }
H1.HeaderClassName
{
color: #BE7375;
}
.AnyTagClassName
{
color: #BE7375;
}
</style>
background-color css
<style>
a { background-color: #BE7375; }
a { background-color: rgb(190,115,117); }
div.DivClassName
{
background-color: #BE7375;
}
.BgClassName
{
background-color: #BE7375;
}
</style>
border-color css
<style>
span { border-color: #BE7375; }
span { border-color: rgb(190,115,117); }
td.TdClassName
{
border-color: #BE7375;
}
.TagClassName
{
border-color: #BE7375;
}
</style>