Shades of Old Rose #BD254E
Tints of Old Rose #BD254E
RGB
CMYK
RGB Variations
Color information
#BD254E (or 0xBD254E) is known color: Old Rose. HEX triplet: BD, 25 and 4E. RGB value is (189,37,78). Sum of RGB (Red+Green+Blue) = 189+37+78=304 (40% of max value = 765). Red value is 189 (74.22% from 255 or 62.17% from 304); Green value is 37 (14.84% from 255 or 12.17% from 304); Blue value is 78 (30.86% from 255 or 25.66% from 304); Max value from RGB is 189 - color contains mainly: red. Hex color #BD254E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD254E is #42DAB1. Grayscale: #575757. Windows color (decimal): -4381362 or 5121469. OLE color: 5121469.
HSL color Cylindrical-coordinate representation of color #BD254E: hue angle of 343.82º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BD254E is Cyan = 0, Magento = 0.80, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 37 | 78 | - |
| CMYK | 0 | 0.80 | 0.59 | 0.26 |
| HSL | 343.82º | 0.67% | 0.44% | - |
| HSV(B) | 343.82º | 0.8% | 0.74% | - |
| XYZ | 23.02 | 12.69 | 8.44 | - |
| YUV | 87.12 | 122.86 | 200.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 37 | 78 | 0 | 0.80 | 0.59 | 0.26 | 343.82 | 0.67 | 0.44 |
| Hex | BD | 25 | 4E | 0 | 50 | 3B | 1A | 158 | 43 | 2C |
| Octal | 275 | 45 | 116 | 0 | 120 | 73 | 32 | 530 | 103 | 54 |
| Binary | 10111101 | 100101 | 1001110 | 0 | 1010000 | 111011 | 11010 | 101011000 | 1000011 | 101100 |
Color Harmonies of #BD254E
Complementary color
Monochromatic Colors of #BD254E
Black with #BD254E
Text Example
Text Example
White with #BD254E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD254E; }
p { color: rgb(189,37,78); }
H1.HeaderClassName
{
color: #BD254E;
}
.AnyTagClassName
{
color: #BD254E;
}
</style>
background-color css
<style>
a { background-color: #BD254E; }
a { background-color: rgb(189,37,78); }
div.DivClassName
{
background-color: #BD254E;
}
.BgClassName
{
background-color: #BD254E;
}
</style>
border-color css
<style>
span { border-color: #BD254E; }
span { border-color: rgb(189,37,78); }
td.TdClassName
{
border-color: #BD254E;
}
.TagClassName
{
border-color: #BD254E;
}
</style>