Shades of Old Rose #BD4348
Tints of Old Rose #BD4348
RGB
CMYK
RGB Variations
Color information
#BD4348 (or 0xBD4348) is known color: Old Rose. HEX triplet: BD, 43 and 48. RGB value is (189,67,72). Sum of RGB (Red+Green+Blue) = 189+67+72=328 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.62% from 328); Green value is 67 (26.56% from 255 or 20.43% from 328); Blue value is 72 (28.52% from 255 or 21.95% from 328); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4348 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4348 is #42BCB7. Grayscale: #686868. Windows color (decimal): -4373688 or 4735933. OLE color: 4735933.
HSL color Cylindrical-coordinate representation of color #BD4348: hue angle of 357.54º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BD4348 is Cyan = 0, Magento = 0.65, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 67 | 72 | - |
| CMYK | 0 | 0.65 | 0.62 | 0.26 |
| HSL | 357.54º | 0.48% | 0.5% | - |
| HSV(B) | 357.54º | 0.65% | 0.74% | - |
| XYZ | 24.16 | 15.3 | 7.81 | - |
| YUV | 104.05 | 109.92 | 188.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 67 | 72 | 0 | 0.65 | 0.62 | 0.26 | 357.54 | 0.48 | 0.5 |
| Hex | BD | 43 | 48 | 0 | 41 | 3E | 1A | 166 | 30 | 32 |
| Octal | 275 | 103 | 110 | 0 | 101 | 76 | 32 | 546 | 60 | 62 |
| Binary | 10111101 | 1000011 | 1001000 | 0 | 1000001 | 111110 | 11010 | 101100110 | 110000 | 110010 |
Color Harmonies of #BD4348
Complementary color
Monochromatic Colors of #BD4348
Black with #BD4348
Text Example
Text Example
White with #BD4348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4348; }
p { color: rgb(189,67,72); }
H1.HeaderClassName
{
color: #BD4348;
}
.AnyTagClassName
{
color: #BD4348;
}
</style>
background-color css
<style>
a { background-color: #BD4348; }
a { background-color: rgb(189,67,72); }
div.DivClassName
{
background-color: #BD4348;
}
.BgClassName
{
background-color: #BD4348;
}
</style>
border-color css
<style>
span { border-color: #BD4348; }
span { border-color: rgb(189,67,72); }
td.TdClassName
{
border-color: #BD4348;
}
.TagClassName
{
border-color: #BD4348;
}
</style>