Shades of Turkish Rose #BE7476
Tints of Turkish Rose #BE7476
RGB
CMYK
RGB Variations
Color information
#BE7476 (or 0xBE7476) is known color: Turkish Rose. HEX triplet: BE, 74 and 76. RGB value is (190,116,118). Sum of RGB (Red+Green+Blue) = 190+116+118=424 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.81% from 424); Green value is 116 (45.70% from 255 or 27.36% from 424); Blue value is 118 (46.48% from 255 or 27.83% from 424); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7476 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7476 is #418B89. Grayscale: #8A8A8A. Windows color (decimal): -4295562 or 7763134. OLE color: 7763134.
HSL color Cylindrical-coordinate representation of color #BE7476: hue angle of 358.38º degrees, saturation: 0.36, 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 #BE7476 is Cyan = 0, Magento = 0.39, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 116 | 118 | - |
| CMYK | 0 | 0.39 | 0.38 | 0.25 |
| HSL | 358.38º | 0.36% | 0.6% | - |
| HSV(B) | 358.38º | 0.39% | 0.75% | - |
| XYZ | 30.75 | 24.75 | 20.3 | - |
| YUV | 138.35 | 116.52 | 164.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 116 | 118 | 0 | 0.39 | 0.38 | 0.25 | 358.38 | 0.36 | 0.6 |
| Hex | BE | 74 | 76 | 0 | 27 | 26 | 19 | 166 | 24 | 3C |
| Octal | 276 | 164 | 166 | 0 | 47 | 46 | 31 | 546 | 44 | 74 |
| Binary | 10111110 | 1110100 | 1110110 | 0 | 100111 | 100110 | 11001 | 101100110 | 100100 | 111100 |
Color Harmonies of #BE7476
Complementary color
Monochromatic Colors of #BE7476
Black with #BE7476
Text Example
Text Example
White with #BE7476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7476; }
p { color: rgb(190,116,118); }
H1.HeaderClassName
{
color: #BE7476;
}
.AnyTagClassName
{
color: #BE7476;
}
</style>
background-color css
<style>
a { background-color: #BE7476; }
a { background-color: rgb(190,116,118); }
div.DivClassName
{
background-color: #BE7476;
}
.BgClassName
{
background-color: #BE7476;
}
</style>
border-color css
<style>
span { border-color: #BE7476; }
span { border-color: rgb(190,116,118); }
td.TdClassName
{
border-color: #BE7476;
}
.TagClassName
{
border-color: #BE7476;
}
</style>