Shades of Old Rose #BE2666
Tints of Old Rose #BE2666
RGB
CMYK
RGB Variations
Color information
#BE2666 (or 0xBE2666) is known color: Old Rose. HEX triplet: BE, 26 and 66. RGB value is (190,38,102). Sum of RGB (Red+Green+Blue) = 190+38+102=330 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.58% from 330); Green value is 38 (15.23% from 255 or 11.52% from 330); Blue value is 102 (40.23% from 255 or 30.91% from 330); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2666 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2666 is #41D999. Grayscale: #5A5A5A. Windows color (decimal): -4315546 or 6694590. OLE color: 6694590.
HSL color Cylindrical-coordinate representation of color #BE2666: hue angle of 334.74º 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 #BE2666 is Cyan = 0, Magento = 0.8, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 38 | 102 | - |
| CMYK | 0 | 0.8 | 0.46 | 0.25 |
| HSL | 334.74º | 0.67% | 0.45% | - |
| HSV(B) | 334.74º | 0.8% | 0.75% | - |
| XYZ | 24.33 | 13.29 | 13.85 | - |
| YUV | 90.74 | 134.36 | 198.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 38 | 102 | 0 | 0.8 | 0.46 | 0.25 | 334.74 | 0.67 | 0.45 |
| Hex | BE | 26 | 66 | 0 | 50 | 2E | 19 | 14F | 43 | 2D |
| Octal | 276 | 46 | 146 | 0 | 120 | 56 | 31 | 517 | 103 | 55 |
| Binary | 10111110 | 100110 | 1100110 | 0 | 1010000 | 101110 | 11001 | 101001111 | 1000011 | 101101 |
Color Harmonies of #BE2666
Complementary color
Monochromatic Colors of #BE2666
Black with #BE2666
Text Example
Text Example
White with #BE2666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2666; }
p { color: rgb(190,38,102); }
H1.HeaderClassName
{
color: #BE2666;
}
.AnyTagClassName
{
color: #BE2666;
}
</style>
background-color css
<style>
a { background-color: #BE2666; }
a { background-color: rgb(190,38,102); }
div.DivClassName
{
background-color: #BE2666;
}
.BgClassName
{
background-color: #BE2666;
}
</style>
border-color css
<style>
span { border-color: #BE2666; }
span { border-color: rgb(190,38,102); }
td.TdClassName
{
border-color: #BE2666;
}
.TagClassName
{
border-color: #BE2666;
}
</style>