Shades of Old Rose #BE2744
Tints of Old Rose #BE2744
RGB
CMYK
RGB Variations
Color information
#BE2744 (or 0xBE2744) is known color: Old Rose. HEX triplet: BE, 27 and 44. RGB value is (190,39,68). Sum of RGB (Red+Green+Blue) = 190+39+68=297 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.97% from 297); Green value is 39 (15.62% from 255 or 13.13% from 297); Blue value is 68 (26.95% from 255 or 22.90% from 297); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2744 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2744 is #41D8BB. Grayscale: #575757. Windows color (decimal): -4315324 or 4466622. OLE color: 4466622.
HSL color Cylindrical-coordinate representation of color #BE2744: hue angle of 348.48º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BE2744 is Cyan = 0, Magento = 0.79, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 39 | 68 | - |
| CMYK | 0 | 0.79 | 0.64 | 0.25 |
| HSL | 348.48º | 0.66% | 0.45% | - |
| HSV(B) | 348.48º | 0.79% | 0.75% | - |
| XYZ | 23 | 12.82 | 6.73 | - |
| YUV | 87.46 | 117.03 | 201.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 39 | 68 | 0 | 0.79 | 0.64 | 0.25 | 348.48 | 0.66 | 0.45 |
| Hex | BE | 27 | 44 | 0 | 4F | 40 | 19 | 15C | 42 | 2D |
| Octal | 276 | 47 | 104 | 0 | 117 | 100 | 31 | 534 | 102 | 55 |
| Binary | 10111110 | 100111 | 1000100 | 0 | 1001111 | 1000000 | 11001 | 101011100 | 1000010 | 101101 |
Color Harmonies of #BE2744
Complementary color
Monochromatic Colors of #BE2744
Black with #BE2744
Text Example
Text Example
White with #BE2744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2744; }
p { color: rgb(190,39,68); }
H1.HeaderClassName
{
color: #BE2744;
}
.AnyTagClassName
{
color: #BE2744;
}
</style>
background-color css
<style>
a { background-color: #BE2744; }
a { background-color: rgb(190,39,68); }
div.DivClassName
{
background-color: #BE2744;
}
.BgClassName
{
background-color: #BE2744;
}
</style>
border-color css
<style>
span { border-color: #BE2744; }
span { border-color: rgb(190,39,68); }
td.TdClassName
{
border-color: #BE2744;
}
.TagClassName
{
border-color: #BE2744;
}
</style>