Shades of Old Rose #BE384E
Tints of Old Rose #BE384E
RGB
CMYK
RGB Variations
Color information
#BE384E (or 0xBE384E) is known color: Old Rose. HEX triplet: BE, 38 and 4E. RGB value is (190,56,78). Sum of RGB (Red+Green+Blue) = 190+56+78=324 (42% of max value = 765). Red value is 190 (74.61% from 255 or 58.64% from 324); Green value is 56 (22.27% from 255 or 17.28% from 324); Blue value is 78 (30.86% from 255 or 24.07% from 324); Max value from RGB is 190 - color contains mainly: red. Hex color #BE384E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE384E is #41C7B1. Grayscale: #626262. Windows color (decimal): -4310962 or 5126334. OLE color: 5126334.
HSL color Cylindrical-coordinate representation of color #BE384E: hue angle of 350.15º 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 #BE384E is Cyan = 0, Magento = 0.71, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 56 | 78 | - |
| CMYK | 0 | 0.71 | 0.59 | 0.25 |
| HSL | 350.15º | 0.54% | 0.48% | - |
| HSV(B) | 350.15º | 0.71% | 0.75% | - |
| XYZ | 24.02 | 14.33 | 8.71 | - |
| YUV | 98.57 | 116.39 | 193.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 56 | 78 | 0 | 0.71 | 0.59 | 0.25 | 350.15 | 0.54 | 0.48 |
| Hex | BE | 38 | 4E | 0 | 47 | 3B | 19 | 15E | 36 | 30 |
| Octal | 276 | 70 | 116 | 0 | 107 | 73 | 31 | 536 | 66 | 60 |
| Binary | 10111110 | 111000 | 1001110 | 0 | 1000111 | 111011 | 11001 | 101011110 | 110110 | 110000 |
Color Harmonies of #BE384E
Complementary color
Monochromatic Colors of #BE384E
Black with #BE384E
Text Example
Text Example
White with #BE384E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE384E; }
p { color: rgb(190,56,78); }
H1.HeaderClassName
{
color: #BE384E;
}
.AnyTagClassName
{
color: #BE384E;
}
</style>
background-color css
<style>
a { background-color: #BE384E; }
a { background-color: rgb(190,56,78); }
div.DivClassName
{
background-color: #BE384E;
}
.BgClassName
{
background-color: #BE384E;
}
</style>
border-color css
<style>
span { border-color: #BE384E; }
span { border-color: rgb(190,56,78); }
td.TdClassName
{
border-color: #BE384E;
}
.TagClassName
{
border-color: #BE384E;
}
</style>