Shades of Old Rose #BE215D
Tints of Old Rose #BE215D
RGB
CMYK
RGB Variations
Color information
#BE215D (or 0xBE215D) is known color: Old Rose. HEX triplet: BE, 21 and 5D. RGB value is (190,33,93). Sum of RGB (Red+Green+Blue) = 190+33+93=316 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.13% from 316); Green value is 33 (13.28% from 255 or 10.44% from 316); Blue value is 93 (36.72% from 255 or 29.43% from 316); Max value from RGB is 190 - color contains mainly: red. Hex color #BE215D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE215D is #41DEA2. Grayscale: #565656. Windows color (decimal): -4316835 or 6103486. OLE color: 6103486.
HSL color Cylindrical-coordinate representation of color #BE215D: hue angle of 337.07º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BE215D is Cyan = 0, Magento = 0.83, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 33 | 93 | - |
| CMYK | 0 | 0.83 | 0.51 | 0.25 |
| HSL | 337.07º | 0.7% | 0.44% | - |
| HSV(B) | 337.07º | 0.83% | 0.75% | - |
| XYZ | 23.75 | 12.83 | 11.58 | - |
| YUV | 86.78 | 131.51 | 201.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 33 | 93 | 0 | 0.83 | 0.51 | 0.25 | 337.07 | 0.7 | 0.44 |
| Hex | BE | 21 | 5D | 0 | 53 | 33 | 19 | 151 | 46 | 2C |
| Octal | 276 | 41 | 135 | 0 | 123 | 63 | 31 | 521 | 106 | 54 |
| Binary | 10111110 | 100001 | 1011101 | 0 | 1010011 | 110011 | 11001 | 101010001 | 1000110 | 101100 |
Color Harmonies of #BE215D
Complementary color
Monochromatic Colors of #BE215D
Black with #BE215D
Text Example
Text Example
White with #BE215D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE215D; }
p { color: rgb(190,33,93); }
H1.HeaderClassName
{
color: #BE215D;
}
.AnyTagClassName
{
color: #BE215D;
}
</style>
background-color css
<style>
a { background-color: #BE215D; }
a { background-color: rgb(190,33,93); }
div.DivClassName
{
background-color: #BE215D;
}
.BgClassName
{
background-color: #BE215D;
}
</style>
border-color css
<style>
span { border-color: #BE215D; }
span { border-color: rgb(190,33,93); }
td.TdClassName
{
border-color: #BE215D;
}
.TagClassName
{
border-color: #BE215D;
}
</style>