Shades of Old Rose #BD4152
Tints of Old Rose #BD4152
RGB
CMYK
RGB Variations
Color information
#BD4152 (or 0xBD4152) is known color: Old Rose. HEX triplet: BD, 41 and 52. RGB value is (189,65,82). Sum of RGB (Red+Green+Blue) = 189+65+82=336 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.25% from 336); Green value is 65 (25.78% from 255 or 19.35% from 336); Blue value is 82 (32.42% from 255 or 24.40% from 336); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4152 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4152 is #42BEAD. Grayscale: #686868. Windows color (decimal): -4374190 or 5390781. OLE color: 5390781.
HSL color Cylindrical-coordinate representation of color #BD4152: hue angle of 351.77º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BD4152 is Cyan = 0, Magento = 0.66, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 65 | 82 | - |
| CMYK | 0 | 0.66 | 0.57 | 0.26 |
| HSL | 351.77º | 0.49% | 0.5% | - |
| HSV(B) | 351.77º | 0.66% | 0.74% | - |
| XYZ | 24.4 | 15.21 | 9.63 | - |
| YUV | 104.01 | 115.58 | 188.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 65 | 82 | 0 | 0.66 | 0.57 | 0.26 | 351.77 | 0.49 | 0.5 |
| Hex | BD | 41 | 52 | 0 | 42 | 39 | 1A | 160 | 31 | 32 |
| Octal | 275 | 101 | 122 | 0 | 102 | 71 | 32 | 540 | 61 | 62 |
| Binary | 10111101 | 1000001 | 1010010 | 0 | 1000010 | 111001 | 11010 | 101100000 | 110001 | 110010 |
Color Harmonies of #BD4152
Complementary color
Monochromatic Colors of #BD4152
Black with #BD4152
Text Example
Text Example
White with #BD4152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4152; }
p { color: rgb(189,65,82); }
H1.HeaderClassName
{
color: #BD4152;
}
.AnyTagClassName
{
color: #BD4152;
}
</style>
background-color css
<style>
a { background-color: #BD4152; }
a { background-color: rgb(189,65,82); }
div.DivClassName
{
background-color: #BD4152;
}
.BgClassName
{
background-color: #BD4152;
}
</style>
border-color css
<style>
span { border-color: #BD4152; }
span { border-color: rgb(189,65,82); }
td.TdClassName
{
border-color: #BD4152;
}
.TagClassName
{
border-color: #BD4152;
}
</style>