Shades of Old Rose #BE3953
Tints of Old Rose #BE3953
RGB
CMYK
RGB Variations
Color information
#BE3953 (or 0xBE3953) is known color: Old Rose. HEX triplet: BE, 39 and 53. RGB value is (190,57,83). Sum of RGB (Red+Green+Blue) = 190+57+83=330 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.58% from 330); Green value is 57 (22.66% from 255 or 17.27% from 330); Blue value is 83 (32.81% from 255 or 25.15% from 330); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3953 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3953 is #41C6AC. Grayscale: #636363. Windows color (decimal): -4310701 or 5454270. OLE color: 5454270.
HSL color Cylindrical-coordinate representation of color #BE3953: hue angle of 348.27º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BE3953 is Cyan = 0, Magento = 0.7, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 57 | 83 | - |
| CMYK | 0 | 0.7 | 0.56 | 0.25 |
| HSL | 348.27º | 0.54% | 0.48% | - |
| HSV(B) | 348.27º | 0.7% | 0.75% | - |
| XYZ | 24.26 | 14.5 | 9.7 | - |
| YUV | 99.73 | 118.56 | 192.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 57 | 83 | 0 | 0.7 | 0.56 | 0.25 | 348.27 | 0.54 | 0.48 |
| Hex | BE | 39 | 53 | 0 | 46 | 38 | 19 | 15C | 36 | 30 |
| Octal | 276 | 71 | 123 | 0 | 106 | 70 | 31 | 534 | 66 | 60 |
| Binary | 10111110 | 111001 | 1010011 | 0 | 1000110 | 111000 | 11001 | 101011100 | 110110 | 110000 |
Color Harmonies of #BE3953
Complementary color
Monochromatic Colors of #BE3953
Black with #BE3953
Text Example
Text Example
White with #BE3953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3953; }
p { color: rgb(190,57,83); }
H1.HeaderClassName
{
color: #BE3953;
}
.AnyTagClassName
{
color: #BE3953;
}
</style>
background-color css
<style>
a { background-color: #BE3953; }
a { background-color: rgb(190,57,83); }
div.DivClassName
{
background-color: #BE3953;
}
.BgClassName
{
background-color: #BE3953;
}
</style>
border-color css
<style>
span { border-color: #BE3953; }
span { border-color: rgb(190,57,83); }
td.TdClassName
{
border-color: #BE3953;
}
.TagClassName
{
border-color: #BE3953;
}
</style>