Shades of Old Rose #BE2467
Tints of Old Rose #BE2467
RGB
CMYK
RGB Variations
Color information
#BE2467 (or 0xBE2467) is known color: Old Rose. HEX triplet: BE, 24 and 67. RGB value is (190,36,103). Sum of RGB (Red+Green+Blue) = 190+36+103=329 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.75% from 329); Green value is 36 (14.45% from 255 or 10.94% from 329); Blue value is 103 (40.62% from 255 or 31.31% from 329); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2467 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2467 is #41DB98. Grayscale: #595959. Windows color (decimal): -4316057 or 6759614. OLE color: 6759614.
HSL color Cylindrical-coordinate representation of color #BE2467: hue angle of 333.9º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BE2467 is Cyan = 0, Magento = 0.81, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 36 | 103 | - |
| CMYK | 0 | 0.81 | 0.46 | 0.25 |
| HSL | 333.9º | 0.68% | 0.44% | - |
| HSV(B) | 333.9º | 0.81% | 0.75% | - |
| XYZ | 24.31 | 13.19 | 14.1 | - |
| YUV | 89.68 | 135.52 | 199.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 36 | 103 | 0 | 0.81 | 0.46 | 0.25 | 333.9 | 0.68 | 0.44 |
| Hex | BE | 24 | 67 | 0 | 51 | 2E | 19 | 14E | 44 | 2C |
| Octal | 276 | 44 | 147 | 0 | 121 | 56 | 31 | 516 | 104 | 54 |
| Binary | 10111110 | 100100 | 1100111 | 0 | 1010001 | 101110 | 11001 | 101001110 | 1000100 | 101100 |
Color Harmonies of #BE2467
Complementary color
Monochromatic Colors of #BE2467
Black with #BE2467
Text Example
Text Example
White with #BE2467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2467; }
p { color: rgb(190,36,103); }
H1.HeaderClassName
{
color: #BE2467;
}
.AnyTagClassName
{
color: #BE2467;
}
</style>
background-color css
<style>
a { background-color: #BE2467; }
a { background-color: rgb(190,36,103); }
div.DivClassName
{
background-color: #BE2467;
}
.BgClassName
{
background-color: #BE2467;
}
</style>
border-color css
<style>
span { border-color: #BE2467; }
span { border-color: rgb(190,36,103); }
td.TdClassName
{
border-color: #BE2467;
}
.TagClassName
{
border-color: #BE2467;
}
</style>