Shades of Turkish Rose #BE7076
Tints of Turkish Rose #BE7076
RGB
CMYK
RGB Variations
Color information
#BE7076 (or 0xBE7076) is known color: Turkish Rose. HEX triplet: BE, 70 and 76. RGB value is (190,112,118). Sum of RGB (Red+Green+Blue) = 190+112+118=420 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.24% from 420); Green value is 112 (44.14% from 255 or 26.67% from 420); Blue value is 118 (46.48% from 255 or 28.10% from 420); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7076 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7076 is #418F89. Grayscale: #888888. Windows color (decimal): -4296586 or 7762110. OLE color: 7762110.
HSL color Cylindrical-coordinate representation of color #BE7076: hue angle of 355.38º 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 #BE7076 is Cyan = 0, Magento = 0.41, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 112 | 118 | - |
| CMYK | 0 | 0.41 | 0.38 | 0.25 |
| HSL | 355.38º | 0.38% | 0.59% | - |
| HSV(B) | 355.38º | 0.41% | 0.75% | - |
| XYZ | 30.3 | 23.84 | 20.14 | - |
| YUV | 136.01 | 117.84 | 166.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 112 | 118 | 0 | 0.41 | 0.38 | 0.25 | 355.38 | 0.38 | 0.59 |
| Hex | BE | 70 | 76 | 0 | 29 | 26 | 19 | 163 | 26 | 3B |
| Octal | 276 | 160 | 166 | 0 | 51 | 46 | 31 | 543 | 46 | 73 |
| Binary | 10111110 | 1110000 | 1110110 | 0 | 101001 | 100110 | 11001 | 101100011 | 100110 | 111011 |
Color Harmonies of #BE7076
Complementary color
Monochromatic Colors of #BE7076
Black with #BE7076
Text Example
Text Example
White with #BE7076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7076; }
p { color: rgb(190,112,118); }
H1.HeaderClassName
{
color: #BE7076;
}
.AnyTagClassName
{
color: #BE7076;
}
</style>
background-color css
<style>
a { background-color: #BE7076; }
a { background-color: rgb(190,112,118); }
div.DivClassName
{
background-color: #BE7076;
}
.BgClassName
{
background-color: #BE7076;
}
</style>
border-color css
<style>
span { border-color: #BE7076; }
span { border-color: rgb(190,112,118); }
td.TdClassName
{
border-color: #BE7076;
}
.TagClassName
{
border-color: #BE7076;
}
</style>