Shades of Old Rose #BD3754
Tints of Old Rose #BD3754
RGB
CMYK
RGB Variations
Color information
#BD3754 (or 0xBD3754) is known color: Old Rose. HEX triplet: BD, 37 and 54. RGB value is (189,55,84). Sum of RGB (Red+Green+Blue) = 189+55+84=328 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.62% from 328); Green value is 55 (21.88% from 255 or 16.77% from 328); Blue value is 84 (33.20% from 255 or 25.61% from 328); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3754 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3754 is #42C8AB. Grayscale: #626262. Windows color (decimal): -4376748 or 5519293. OLE color: 5519293.
HSL color Cylindrical-coordinate representation of color #BD3754: hue angle of 347.01º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BD3754 is Cyan = 0, Magento = 0.71, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 55 | 84 | - |
| CMYK | 0 | 0.71 | 0.56 | 0.26 |
| HSL | 347.01º | 0.55% | 0.48% | - |
| HSV(B) | 347.01º | 0.71% | 0.74% | - |
| XYZ | 23.95 | 14.19 | 9.86 | - |
| YUV | 98.37 | 119.89 | 192.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 55 | 84 | 0 | 0.71 | 0.56 | 0.26 | 347.01 | 0.55 | 0.48 |
| Hex | BD | 37 | 54 | 0 | 47 | 38 | 1A | 15B | 37 | 30 |
| Octal | 275 | 67 | 124 | 0 | 107 | 70 | 32 | 533 | 67 | 60 |
| Binary | 10111101 | 110111 | 1010100 | 0 | 1000111 | 111000 | 11010 | 101011011 | 110111 | 110000 |
Color Harmonies of #BD3754
Complementary color
Monochromatic Colors of #BD3754
Black with #BD3754
Text Example
Text Example
White with #BD3754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3754; }
p { color: rgb(189,55,84); }
H1.HeaderClassName
{
color: #BD3754;
}
.AnyTagClassName
{
color: #BD3754;
}
</style>
background-color css
<style>
a { background-color: #BD3754; }
a { background-color: rgb(189,55,84); }
div.DivClassName
{
background-color: #BD3754;
}
.BgClassName
{
background-color: #BD3754;
}
</style>
border-color css
<style>
span { border-color: #BD3754; }
span { border-color: rgb(189,55,84); }
td.TdClassName
{
border-color: #BD3754;
}
.TagClassName
{
border-color: #BD3754;
}
</style>