Shades of Old Rose #BE385D
Tints of Old Rose #BE385D
RGB
CMYK
RGB Variations
Color information
#BE385D (or 0xBE385D) is known color: Old Rose. HEX triplet: BE, 38 and 5D. RGB value is (190,56,93). Sum of RGB (Red+Green+Blue) = 190+56+93=339 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.05% from 339); Green value is 56 (22.27% from 255 or 16.52% from 339); Blue value is 93 (36.72% from 255 or 27.43% from 339); Max value from RGB is 190 - color contains mainly: red. Hex color #BE385D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE385D is #41C7A2. Grayscale: #646464. Windows color (decimal): -4310947 or 6109374. OLE color: 6109374.
HSL color Cylindrical-coordinate representation of color #BE385D: hue angle of 343.43º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BE385D is Cyan = 0, Magento = 0.71, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 56 | 93 | - |
| CMYK | 0 | 0.71 | 0.51 | 0.25 |
| HSL | 343.43º | 0.54% | 0.48% | - |
| HSV(B) | 343.43º | 0.71% | 0.75% | - |
| XYZ | 24.63 | 14.57 | 11.87 | - |
| YUV | 100.28 | 123.89 | 191.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 56 | 93 | 0 | 0.71 | 0.51 | 0.25 | 343.43 | 0.54 | 0.48 |
| Hex | BE | 38 | 5D | 0 | 47 | 33 | 19 | 157 | 36 | 30 |
| Octal | 276 | 70 | 135 | 0 | 107 | 63 | 31 | 527 | 66 | 60 |
| Binary | 10111110 | 111000 | 1011101 | 0 | 1000111 | 110011 | 11001 | 101010111 | 110110 | 110000 |
Color Harmonies of #BE385D
Complementary color
Monochromatic Colors of #BE385D
Black with #BE385D
Text Example
Text Example
White with #BE385D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE385D; }
p { color: rgb(190,56,93); }
H1.HeaderClassName
{
color: #BE385D;
}
.AnyTagClassName
{
color: #BE385D;
}
</style>
background-color css
<style>
a { background-color: #BE385D; }
a { background-color: rgb(190,56,93); }
div.DivClassName
{
background-color: #BE385D;
}
.BgClassName
{
background-color: #BE385D;
}
</style>
border-color css
<style>
span { border-color: #BE385D; }
span { border-color: rgb(190,56,93); }
td.TdClassName
{
border-color: #BE385D;
}
.TagClassName
{
border-color: #BE385D;
}
</style>