Shades of Old Rose #BE2647
Tints of Old Rose #BE2647
RGB
CMYK
RGB Variations
Color information
#BE2647 (or 0xBE2647) is known color: Old Rose. HEX triplet: BE, 26 and 47. RGB value is (190,38,71). Sum of RGB (Red+Green+Blue) = 190+38+71=299 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.55% from 299); Green value is 38 (15.23% from 255 or 12.71% from 299); Blue value is 71 (28.12% from 255 or 23.75% from 299); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2647 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2647 is #41D9B8. Grayscale: #575757. Windows color (decimal): -4315577 or 4662974. OLE color: 4662974.
HSL color Cylindrical-coordinate representation of color #BE2647: hue angle of 346.97º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BE2647 is Cyan = 0, Magento = 0.8, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 38 | 71 | - |
| CMYK | 0 | 0.8 | 0.63 | 0.25 |
| HSL | 346.97º | 0.67% | 0.45% | - |
| HSV(B) | 346.97º | 0.8% | 0.75% | - |
| XYZ | 23.07 | 12.79 | 7.21 | - |
| YUV | 87.21 | 118.86 | 201.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 38 | 71 | 0 | 0.8 | 0.63 | 0.25 | 346.97 | 0.67 | 0.45 |
| Hex | BE | 26 | 47 | 0 | 50 | 3F | 19 | 15B | 43 | 2D |
| Octal | 276 | 46 | 107 | 0 | 120 | 77 | 31 | 533 | 103 | 55 |
| Binary | 10111110 | 100110 | 1000111 | 0 | 1010000 | 111111 | 11001 | 101011011 | 1000011 | 101101 |
Color Harmonies of #BE2647
Complementary color
Monochromatic Colors of #BE2647
Black with #BE2647
Text Example
Text Example
White with #BE2647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2647; }
p { color: rgb(190,38,71); }
H1.HeaderClassName
{
color: #BE2647;
}
.AnyTagClassName
{
color: #BE2647;
}
</style>
background-color css
<style>
a { background-color: #BE2647; }
a { background-color: rgb(190,38,71); }
div.DivClassName
{
background-color: #BE2647;
}
.BgClassName
{
background-color: #BE2647;
}
</style>
border-color css
<style>
span { border-color: #BE2647; }
span { border-color: rgb(190,38,71); }
td.TdClassName
{
border-color: #BE2647;
}
.TagClassName
{
border-color: #BE2647;
}
</style>