Shades of Old Rose #BD3954
Tints of Old Rose #BD3954
RGB
CMYK
RGB Variations
Color information
#BD3954 (or 0xBD3954) is known color: Old Rose. HEX triplet: BD, 39 and 54. RGB value is (189,57,84). Sum of RGB (Red+Green+Blue) = 189+57+84=330 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.27% from 330); Green value is 57 (22.66% from 255 or 17.27% from 330); Blue value is 84 (33.20% from 255 or 25.45% from 330); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3954 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3954 is #42C6AB. Grayscale: #636363. Windows color (decimal): -4376236 or 5519805. OLE color: 5519805.
HSL color Cylindrical-coordinate representation of color #BD3954: hue angle of 347.73º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BD3954 is Cyan = 0, Magento = 0.70, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 57 | 84 | - |
| CMYK | 0 | 0.70 | 0.56 | 0.26 |
| HSL | 347.73º | 0.54% | 0.48% | - |
| HSV(B) | 347.73º | 0.7% | 0.74% | - |
| XYZ | 24.05 | 14.39 | 9.9 | - |
| YUV | 99.55 | 119.23 | 191.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 57 | 84 | 0 | 0.70 | 0.56 | 0.26 | 347.73 | 0.54 | 0.48 |
| Hex | BD | 39 | 54 | 0 | 46 | 38 | 1A | 15C | 36 | 30 |
| Octal | 275 | 71 | 124 | 0 | 106 | 70 | 32 | 534 | 66 | 60 |
| Binary | 10111101 | 111001 | 1010100 | 0 | 1000110 | 111000 | 11010 | 101011100 | 110110 | 110000 |
Color Harmonies of #BD3954
Complementary color
Monochromatic Colors of #BD3954
Black with #BD3954
Text Example
Text Example
White with #BD3954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3954; }
p { color: rgb(189,57,84); }
H1.HeaderClassName
{
color: #BD3954;
}
.AnyTagClassName
{
color: #BD3954;
}
</style>
background-color css
<style>
a { background-color: #BD3954; }
a { background-color: rgb(189,57,84); }
div.DivClassName
{
background-color: #BD3954;
}
.BgClassName
{
background-color: #BD3954;
}
</style>
border-color css
<style>
span { border-color: #BD3954; }
span { border-color: rgb(189,57,84); }
td.TdClassName
{
border-color: #BD3954;
}
.TagClassName
{
border-color: #BD3954;
}
</style>