Shades of Turkish Rose #BE7274
Tints of Turkish Rose #BE7274
RGB
CMYK
RGB Variations
Color information
#BE7274 (or 0xBE7274) is known color: Turkish Rose. HEX triplet: BE, 72 and 74. RGB value is (190,114,116). Sum of RGB (Red+Green+Blue) = 190+114+116=420 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.24% from 420); Green value is 114 (44.92% from 255 or 27.14% from 420); Blue value is 116 (45.70% from 255 or 27.62% from 420); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7274 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7274 is #418D8B. Grayscale: #898989. Windows color (decimal): -4296076 or 7631550. OLE color: 7631550.
HSL color Cylindrical-coordinate representation of color #BE7274: hue angle of 358.42º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BE7274 is Cyan = 0, Magento = 0.40, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 114 | 116 | - |
| CMYK | 0 | 0.40 | 0.39 | 0.25 |
| HSL | 358.42º | 0.37% | 0.6% | - |
| HSV(B) | 358.42º | 0.4% | 0.75% | - |
| XYZ | 30.4 | 24.24 | 19.6 | - |
| YUV | 136.95 | 116.18 | 165.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 114 | 116 | 0 | 0.40 | 0.39 | 0.25 | 358.42 | 0.37 | 0.6 |
| Hex | BE | 72 | 74 | 0 | 28 | 27 | 19 | 166 | 25 | 3C |
| Octal | 276 | 162 | 164 | 0 | 50 | 47 | 31 | 546 | 45 | 74 |
| Binary | 10111110 | 1110010 | 1110100 | 0 | 101000 | 100111 | 11001 | 101100110 | 100101 | 111100 |
Color Harmonies of #BE7274
Complementary color
Monochromatic Colors of #BE7274
Black with #BE7274
Text Example
Text Example
White with #BE7274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE7274; }
p { color: rgb(190,114,116); }
H1.HeaderClassName
{
color: #BE7274;
}
.AnyTagClassName
{
color: #BE7274;
}
</style>
background-color css
<style>
a { background-color: #BE7274; }
a { background-color: rgb(190,114,116); }
div.DivClassName
{
background-color: #BE7274;
}
.BgClassName
{
background-color: #BE7274;
}
</style>
border-color css
<style>
span { border-color: #BE7274; }
span { border-color: rgb(190,114,116); }
td.TdClassName
{
border-color: #BE7274;
}
.TagClassName
{
border-color: #BE7274;
}
</style>