Shades of Old Rose #BD254D
Tints of Old Rose #BD254D
RGB
CMYK
RGB Variations
Color information
#BD254D (or 0xBD254D) is known color: Old Rose. HEX triplet: BD, 25 and 4D. RGB value is (189,37,77). Sum of RGB (Red+Green+Blue) = 189+37+77=303 (40% of max value = 765). Red value is 189 (74.22% from 255 or 62.38% from 303); Green value is 37 (14.84% from 255 or 12.21% from 303); Blue value is 77 (30.47% from 255 or 25.41% from 303); Max value from RGB is 189 - color contains mainly: red. Hex color #BD254D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD254D is #42DAB2. Grayscale: #575757. Windows color (decimal): -4381363 or 5055933. OLE color: 5055933.
HSL color Cylindrical-coordinate representation of color #BD254D: hue angle of 344.21º 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 #BD254D is Cyan = 0, Magento = 0.80, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 37 | 77 | - |
| CMYK | 0 | 0.80 | 0.59 | 0.26 |
| HSL | 344.21º | 0.67% | 0.44% | - |
| HSV(B) | 344.21º | 0.8% | 0.74% | - |
| XYZ | 22.99 | 12.68 | 8.26 | - |
| YUV | 87.01 | 122.36 | 200.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 37 | 77 | 0 | 0.80 | 0.59 | 0.26 | 344.21 | 0.67 | 0.44 |
| Hex | BD | 25 | 4D | 0 | 50 | 3B | 1A | 158 | 43 | 2C |
| Octal | 275 | 45 | 115 | 0 | 120 | 73 | 32 | 530 | 103 | 54 |
| Binary | 10111101 | 100101 | 1001101 | 0 | 1010000 | 111011 | 11010 | 101011000 | 1000011 | 101100 |
Color Harmonies of #BD254D
Complementary color
Monochromatic Colors of #BD254D
Black with #BD254D
Text Example
Text Example
White with #BD254D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD254D; }
p { color: rgb(189,37,77); }
H1.HeaderClassName
{
color: #BD254D;
}
.AnyTagClassName
{
color: #BD254D;
}
</style>
background-color css
<style>
a { background-color: #BD254D; }
a { background-color: rgb(189,37,77); }
div.DivClassName
{
background-color: #BD254D;
}
.BgClassName
{
background-color: #BD254D;
}
</style>
border-color css
<style>
span { border-color: #BD254D; }
span { border-color: rgb(189,37,77); }
td.TdClassName
{
border-color: #BD254D;
}
.TagClassName
{
border-color: #BD254D;
}
</style>