Shades of Old Rose #BD254F
Tints of Old Rose #BD254F
RGB
CMYK
RGB Variations
Color information
#BD254F (or 0xBD254F) is known color: Old Rose. HEX triplet: BD, 25 and 4F. RGB value is (189,37,79). Sum of RGB (Red+Green+Blue) = 189+37+79=305 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.97% from 305); Green value is 37 (14.84% from 255 or 12.13% from 305); Blue value is 79 (31.25% from 255 or 25.90% from 305); Max value from RGB is 189 - color contains mainly: red. Hex color #BD254F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD254F is #42DAB0. Grayscale: #575757. Windows color (decimal): -4381361 or 5187005. OLE color: 5187005.
HSL color Cylindrical-coordinate representation of color #BD254F: hue angle of 343.42º 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 #BD254F is Cyan = 0, Magento = 0.80, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 37 | 79 | - |
| CMYK | 0 | 0.80 | 0.58 | 0.26 |
| HSL | 343.42º | 0.67% | 0.44% | - |
| HSV(B) | 343.42º | 0.8% | 0.74% | - |
| XYZ | 23.06 | 12.71 | 8.63 | - |
| YUV | 87.24 | 123.36 | 200.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 37 | 79 | 0 | 0.80 | 0.58 | 0.26 | 343.42 | 0.67 | 0.44 |
| Hex | BD | 25 | 4F | 0 | 50 | 3A | 1A | 157 | 43 | 2C |
| Octal | 275 | 45 | 117 | 0 | 120 | 72 | 32 | 527 | 103 | 54 |
| Binary | 10111101 | 100101 | 1001111 | 0 | 1010000 | 111010 | 11010 | 101010111 | 1000011 | 101100 |
Color Harmonies of #BD254F
Complementary color
Monochromatic Colors of #BD254F
Black with #BD254F
Text Example
Text Example
White with #BD254F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD254F; }
p { color: rgb(189,37,79); }
H1.HeaderClassName
{
color: #BD254F;
}
.AnyTagClassName
{
color: #BD254F;
}
</style>
background-color css
<style>
a { background-color: #BD254F; }
a { background-color: rgb(189,37,79); }
div.DivClassName
{
background-color: #BD254F;
}
.BgClassName
{
background-color: #BD254F;
}
</style>
border-color css
<style>
span { border-color: #BD254F; }
span { border-color: rgb(189,37,79); }
td.TdClassName
{
border-color: #BD254F;
}
.TagClassName
{
border-color: #BD254F;
}
</style>