Shades of Old Rose #BE274C
Tints of Old Rose #BE274C
RGB
CMYK
RGB Variations
Color information
#BE274C (or 0xBE274C) is known color: Old Rose. HEX triplet: BE, 27 and 4C. RGB value is (190,39,76). Sum of RGB (Red+Green+Blue) = 190+39+76=305 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.30% from 305); Green value is 39 (15.62% from 255 or 12.79% from 305); Blue value is 76 (30.08% from 255 or 24.92% from 305); Max value from RGB is 190 - color contains mainly: red. Hex color #BE274C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE274C is #41D8B3. Grayscale: #585858. Windows color (decimal): -4315316 or 4990910. OLE color: 4990910.
HSL color Cylindrical-coordinate representation of color #BE274C: hue angle of 345.3º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BE274C is Cyan = 0, Magento = 0.79, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 39 | 76 | - |
| CMYK | 0 | 0.79 | 0.60 | 0.25 |
| HSL | 345.3º | 0.66% | 0.45% | - |
| HSV(B) | 345.3º | 0.79% | 0.75% | - |
| XYZ | 23.27 | 12.92 | 8.11 | - |
| YUV | 88.37 | 121.03 | 200.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 39 | 76 | 0 | 0.79 | 0.60 | 0.25 | 345.3 | 0.66 | 0.45 |
| Hex | BE | 27 | 4C | 0 | 4F | 3C | 19 | 159 | 42 | 2D |
| Octal | 276 | 47 | 114 | 0 | 117 | 74 | 31 | 531 | 102 | 55 |
| Binary | 10111110 | 100111 | 1001100 | 0 | 1001111 | 111100 | 11001 | 101011001 | 1000010 | 101101 |
Color Harmonies of #BE274C
Complementary color
Monochromatic Colors of #BE274C
Black with #BE274C
Text Example
Text Example
White with #BE274C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE274C; }
p { color: rgb(190,39,76); }
H1.HeaderClassName
{
color: #BE274C;
}
.AnyTagClassName
{
color: #BE274C;
}
</style>
background-color css
<style>
a { background-color: #BE274C; }
a { background-color: rgb(190,39,76); }
div.DivClassName
{
background-color: #BE274C;
}
.BgClassName
{
background-color: #BE274C;
}
</style>
border-color css
<style>
span { border-color: #BE274C; }
span { border-color: rgb(190,39,76); }
td.TdClassName
{
border-color: #BE274C;
}
.TagClassName
{
border-color: #BE274C;
}
</style>