Shades of Old Rose #BD354F
Tints of Old Rose #BD354F
RGB
CMYK
RGB Variations
Color information
#BD354F (or 0xBD354F) is known color: Old Rose. HEX triplet: BD, 35 and 4F. RGB value is (189,53,79). Sum of RGB (Red+Green+Blue) = 189+53+79=321 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.88% from 321); Green value is 53 (21.09% from 255 or 16.51% from 321); Blue value is 79 (31.25% from 255 or 24.61% from 321); Max value from RGB is 189 - color contains mainly: red. Hex color #BD354F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD354F is #42CAB0. Grayscale: #606060. Windows color (decimal): -4377265 or 5191101. OLE color: 5191101.
HSL color Cylindrical-coordinate representation of color #BD354F: hue angle of 348.53º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BD354F is Cyan = 0, Magento = 0.72, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 53 | 79 | - |
| CMYK | 0 | 0.72 | 0.58 | 0.26 |
| HSL | 348.53º | 0.56% | 0.47% | - |
| HSV(B) | 348.53º | 0.72% | 0.74% | - |
| XYZ | 23.67 | 13.93 | 8.84 | - |
| YUV | 96.63 | 118.06 | 193.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 53 | 79 | 0 | 0.72 | 0.58 | 0.26 | 348.53 | 0.56 | 0.47 |
| Hex | BD | 35 | 4F | 0 | 48 | 3A | 1A | 15D | 38 | 2F |
| Octal | 275 | 65 | 117 | 0 | 110 | 72 | 32 | 535 | 70 | 57 |
| Binary | 10111101 | 110101 | 1001111 | 0 | 1001000 | 111010 | 11010 | 101011101 | 111000 | 101111 |
Color Harmonies of #BD354F
Complementary color
Monochromatic Colors of #BD354F
Black with #BD354F
Text Example
Text Example
White with #BD354F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD354F; }
p { color: rgb(189,53,79); }
H1.HeaderClassName
{
color: #BD354F;
}
.AnyTagClassName
{
color: #BD354F;
}
</style>
background-color css
<style>
a { background-color: #BD354F; }
a { background-color: rgb(189,53,79); }
div.DivClassName
{
background-color: #BD354F;
}
.BgClassName
{
background-color: #BD354F;
}
</style>
border-color css
<style>
span { border-color: #BD354F; }
span { border-color: rgb(189,53,79); }
td.TdClassName
{
border-color: #BD354F;
}
.TagClassName
{
border-color: #BD354F;
}
</style>