Shades of Old Rose #BD4048
Tints of Old Rose #BD4048
RGB
CMYK
RGB Variations
Color information
#BD4048 (or 0xBD4048) is known color: Old Rose. HEX triplet: BD, 40 and 48. RGB value is (189,64,72). Sum of RGB (Red+Green+Blue) = 189+64+72=325 (43% of max value = 765). Red value is 189 (74.22% from 255 or 58.15% from 325); Green value is 64 (25.39% from 255 or 19.69% from 325); Blue value is 72 (28.52% from 255 or 22.15% from 325); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4048 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4048 is #42BFB7. Grayscale: #666666. Windows color (decimal): -4374456 or 4735165. OLE color: 4735165.
HSL color Cylindrical-coordinate representation of color #BD4048: hue angle of 356.16º 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 #BD4048 is Cyan = 0, Magento = 0.66, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 64 | 72 | - |
| CMYK | 0 | 0.66 | 0.62 | 0.26 |
| HSL | 356.16º | 0.49% | 0.5% | - |
| HSV(B) | 356.16º | 0.66% | 0.74% | - |
| XYZ | 23.99 | 14.95 | 7.75 | - |
| YUV | 102.29 | 110.91 | 189.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 64 | 72 | 0 | 0.66 | 0.62 | 0.26 | 356.16 | 0.49 | 0.5 |
| Hex | BD | 40 | 48 | 0 | 42 | 3E | 1A | 164 | 31 | 32 |
| Octal | 275 | 100 | 110 | 0 | 102 | 76 | 32 | 544 | 61 | 62 |
| Binary | 10111101 | 1000000 | 1001000 | 0 | 1000010 | 111110 | 11010 | 101100100 | 110001 | 110010 |
Color Harmonies of #BD4048
Complementary color
Monochromatic Colors of #BD4048
Black with #BD4048
Text Example
Text Example
White with #BD4048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4048; }
p { color: rgb(189,64,72); }
H1.HeaderClassName
{
color: #BD4048;
}
.AnyTagClassName
{
color: #BD4048;
}
</style>
background-color css
<style>
a { background-color: #BD4048; }
a { background-color: rgb(189,64,72); }
div.DivClassName
{
background-color: #BD4048;
}
.BgClassName
{
background-color: #BD4048;
}
</style>
border-color css
<style>
span { border-color: #BD4048; }
span { border-color: rgb(189,64,72); }
td.TdClassName
{
border-color: #BD4048;
}
.TagClassName
{
border-color: #BD4048;
}
</style>