Shades of Old Rose #BE384A
Tints of Old Rose #BE384A
RGB
CMYK
RGB Variations
Color information
#BE384A (or 0xBE384A) is known color: Old Rose. HEX triplet: BE, 38 and 4A. RGB value is (190,56,74). Sum of RGB (Red+Green+Blue) = 190+56+74=320 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.38% from 320); Green value is 56 (22.27% from 255 or 17.5% from 320); Blue value is 74 (29.30% from 255 or 23.12% from 320); Max value from RGB is 190 - color contains mainly: red. Hex color #BE384A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE384A is #41C7B5. Grayscale: #626262. Windows color (decimal): -4310966 or 4864190. OLE color: 4864190.
HSL color Cylindrical-coordinate representation of color #BE384A: hue angle of 351.94º 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 #BE384A is Cyan = 0, Magento = 0.71, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 56 | 74 | - |
| CMYK | 0 | 0.71 | 0.61 | 0.25 |
| HSL | 351.94º | 0.54% | 0.48% | - |
| HSV(B) | 351.94º | 0.71% | 0.75% | - |
| XYZ | 23.89 | 14.27 | 7.97 | - |
| YUV | 98.12 | 114.39 | 193.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 56 | 74 | 0 | 0.71 | 0.61 | 0.25 | 351.94 | 0.54 | 0.48 |
| Hex | BE | 38 | 4A | 0 | 47 | 3D | 19 | 160 | 36 | 30 |
| Octal | 276 | 70 | 112 | 0 | 107 | 75 | 31 | 540 | 66 | 60 |
| Binary | 10111110 | 111000 | 1001010 | 0 | 1000111 | 111101 | 11001 | 101100000 | 110110 | 110000 |
Color Harmonies of #BE384A
Complementary color
Monochromatic Colors of #BE384A
Black with #BE384A
Text Example
Text Example
White with #BE384A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE384A; }
p { color: rgb(190,56,74); }
H1.HeaderClassName
{
color: #BE384A;
}
.AnyTagClassName
{
color: #BE384A;
}
</style>
background-color css
<style>
a { background-color: #BE384A; }
a { background-color: rgb(190,56,74); }
div.DivClassName
{
background-color: #BE384A;
}
.BgClassName
{
background-color: #BE384A;
}
</style>
border-color css
<style>
span { border-color: #BE384A; }
span { border-color: rgb(190,56,74); }
td.TdClassName
{
border-color: #BE384A;
}
.TagClassName
{
border-color: #BE384A;
}
</style>