Shades of Turkish Rose #BE7176
Tints of Turkish Rose #BE7176
RGB
CMYK
RGB Variations
Color information
#BE7176 (or 0xBE7176) is known color: Turkish Rose. HEX triplet: BE, 71 and 76. RGB value is (190,113,118). Sum of RGB (Red+Green+Blue) = 190+113+118=421 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.13% from 421); Green value is 113 (44.53% from 255 or 26.84% from 421); Blue value is 118 (46.48% from 255 or 28.03% from 421); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7176 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7176 is #418E89. Grayscale: #888888. Windows color (decimal): -4296330 or 7762366. OLE color: 7762366.
HSL color Cylindrical-coordinate representation of color #BE7176: hue angle of 356.1º degrees, saturation: 0.37, 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 #BE7176 is Cyan = 0, Magento = 0.41, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 113 | 118 | - |
| CMYK | 0 | 0.41 | 0.38 | 0.25 |
| HSL | 356.1º | 0.37% | 0.59% | - |
| HSV(B) | 356.1º | 0.41% | 0.75% | - |
| XYZ | 30.41 | 24.07 | 20.18 | - |
| YUV | 136.59 | 117.51 | 166.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 113 | 118 | 0 | 0.41 | 0.38 | 0.25 | 356.1 | 0.37 | 0.59 |
| Hex | BE | 71 | 76 | 0 | 29 | 26 | 19 | 164 | 25 | 3B |
| Octal | 276 | 161 | 166 | 0 | 51 | 46 | 31 | 544 | 45 | 73 |
| Binary | 10111110 | 1110001 | 1110110 | 0 | 101001 | 100110 | 11001 | 101100100 | 100101 | 111011 |
Color Harmonies of #BE7176
Complementary color
Monochromatic Colors of #BE7176
Black with #BE7176
Text Example
Text Example
White with #BE7176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7176; }
p { color: rgb(190,113,118); }
H1.HeaderClassName
{
color: #BE7176;
}
.AnyTagClassName
{
color: #BE7176;
}
</style>
background-color css
<style>
a { background-color: #BE7176; }
a { background-color: rgb(190,113,118); }
div.DivClassName
{
background-color: #BE7176;
}
.BgClassName
{
background-color: #BE7176;
}
</style>
border-color css
<style>
span { border-color: #BE7176; }
span { border-color: rgb(190,113,118); }
td.TdClassName
{
border-color: #BE7176;
}
.TagClassName
{
border-color: #BE7176;
}
</style>