Shades of Old Rose #BE2D4B
Tints of Old Rose #BE2D4B
RGB
CMYK
RGB Variations
Color information
#BE2D4B (or 0xBE2D4B) is known color: Old Rose. HEX triplet: BE, 2D and 4B. RGB value is (190,45,75). Sum of RGB (Red+Green+Blue) = 190+45+75=310 (41% of max value = 765). Red value is 190 (74.61% from 255 or 61.29% from 310); Green value is 45 (17.97% from 255 or 14.52% from 310); Blue value is 75 (29.69% from 255 or 24.19% from 310); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2D4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2D4B is #41D2B4. Grayscale: #5B5B5B. Windows color (decimal): -4313781 or 4926910. OLE color: 4926910.
HSL color Cylindrical-coordinate representation of color #BE2D4B: hue angle of 347.59º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BE2D4B is Cyan = 0, Magento = 0.76, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
RGB | 190 | 45 | 75 | - |
CMYK | 0 | 0.76 | 0.61 | 0.25 |
HSL | 347.59º | 0.62% | 0.46% | - |
HSV(B) | 347.59º | 0.76% | 0.75% | - |
XYZ | 23.44 | 13.33 | 7.99 | - |
YUV | 91.78 | 118.54 | 198.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 45 | 75 | 0 | 0.76 | 0.61 | 0.25 | 347.59 | 0.62 | 0.46 |
Hex | BE | 2D | 4B | 0 | 4C | 3D | 19 | 15C | 3E | 2E |
Octal | 276 | 55 | 113 | 0 | 114 | 75 | 31 | 534 | 76 | 56 |
Binary | 10111110 | 101101 | 1001011 | 0 | 1001100 | 111101 | 11001 | 101011100 | 111110 | 101110 |
Color Harmonies of #BE2D4B
Complementary color
Monochromatic Colors of #BE2D4B
Black with #BE2D4B
Text Example
Text Example
White with #BE2D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2D4B; }
p { color: rgb(190,45,75); }
H1.HeaderClassName
{
color: #BE2D4B;
}
.AnyTagClassName
{
color: #BE2D4B;
}
</style>
background-color css
<style>
a { background-color: #BE2D4B; }
a { background-color: rgb(190,45,75); }
div.DivClassName
{
background-color: #BE2D4B;
}
.BgClassName
{
background-color: #BE2D4B;
}
</style>
border-color css
<style>
span { border-color: #BE2D4B; }
span { border-color: rgb(190,45,75); }
td.TdClassName
{
border-color: #BE2D4B;
}
.TagClassName
{
border-color: #BE2D4B;
}
</style>