Shades of Old Rose #BE305D
Tints of Old Rose #BE305D
RGB
CMYK
RGB Variations
Color information
#BE305D (or 0xBE305D) is known color: Old Rose. HEX triplet: BE, 30 and 5D. RGB value is (190,48,93). Sum of RGB (Red+Green+Blue) = 190+48+93=331 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.40% from 331); Green value is 48 (19.14% from 255 or 14.50% from 331); Blue value is 93 (36.72% from 255 or 28.10% from 331); Max value from RGB is 190 - color contains mainly: red. Hex color #BE305D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE305D is #41CFA2. Grayscale: #5F5F5F. Windows color (decimal): -4312995 or 6107326. OLE color: 6107326.
HSL color Cylindrical-coordinate representation of color #BE305D: hue angle of 340.99º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BE305D is Cyan = 0, Magento = 0.75, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 48 | 93 | - |
| CMYK | 0 | 0.75 | 0.51 | 0.25 |
| HSL | 340.99º | 0.6% | 0.47% | - |
| HSV(B) | 340.99º | 0.75% | 0.75% | - |
| XYZ | 24.27 | 13.85 | 11.75 | - |
| YUV | 95.59 | 126.54 | 195.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 48 | 93 | 0 | 0.75 | 0.51 | 0.25 | 340.99 | 0.6 | 0.47 |
| Hex | BE | 30 | 5D | 0 | 4B | 33 | 19 | 155 | 3C | 2F |
| Octal | 276 | 60 | 135 | 0 | 113 | 63 | 31 | 525 | 74 | 57 |
| Binary | 10111110 | 110000 | 1011101 | 0 | 1001011 | 110011 | 11001 | 101010101 | 111100 | 101111 |
Color Harmonies of #BE305D
Complementary color
Monochromatic Colors of #BE305D
Black with #BE305D
Text Example
Text Example
White with #BE305D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE305D; }
p { color: rgb(190,48,93); }
H1.HeaderClassName
{
color: #BE305D;
}
.AnyTagClassName
{
color: #BE305D;
}
</style>
background-color css
<style>
a { background-color: #BE305D; }
a { background-color: rgb(190,48,93); }
div.DivClassName
{
background-color: #BE305D;
}
.BgClassName
{
background-color: #BE305D;
}
</style>
border-color css
<style>
span { border-color: #BE305D; }
span { border-color: rgb(190,48,93); }
td.TdClassName
{
border-color: #BE305D;
}
.TagClassName
{
border-color: #BE305D;
}
</style>