Shades of Old Rose #BD385D
Tints of Old Rose #BD385D
RGB
CMYK
RGB Variations
Color information
#BD385D (or 0xBD385D) is known color: Old Rose. HEX triplet: BD, 38 and 5D. RGB value is (189,56,93). Sum of RGB (Red+Green+Blue) = 189+56+93=338 (44% of max value = 765). Red value is 189 (74.22% from 255 or 55.92% from 338); Green value is 56 (22.27% from 255 or 16.57% from 338); Blue value is 93 (36.72% from 255 or 27.51% from 338); Max value from RGB is 189 - color contains mainly: red. Hex color #BD385D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD385D is #42C7A2. Grayscale: #636363. Windows color (decimal): -4376483 or 6109373. OLE color: 6109373.
HSL color Cylindrical-coordinate representation of color #BD385D: hue angle of 343.31º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BD385D is Cyan = 0, Magento = 0.70, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 56 | 93 | - |
| CMYK | 0 | 0.70 | 0.51 | 0.26 |
| HSL | 343.31º | 0.54% | 0.48% | - |
| HSV(B) | 343.31º | 0.7% | 0.74% | - |
| XYZ | 24.38 | 14.44 | 11.86 | - |
| YUV | 99.99 | 124.06 | 191.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 56 | 93 | 0 | 0.70 | 0.51 | 0.26 | 343.31 | 0.54 | 0.48 |
| Hex | BD | 38 | 5D | 0 | 46 | 33 | 1A | 157 | 36 | 30 |
| Octal | 275 | 70 | 135 | 0 | 106 | 63 | 32 | 527 | 66 | 60 |
| Binary | 10111101 | 111000 | 1011101 | 0 | 1000110 | 110011 | 11010 | 101010111 | 110110 | 110000 |
Color Harmonies of #BD385D
Complementary color
Monochromatic Colors of #BD385D
Black with #BD385D
Text Example
Text Example
White with #BD385D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD385D; }
p { color: rgb(189,56,93); }
H1.HeaderClassName
{
color: #BD385D;
}
.AnyTagClassName
{
color: #BD385D;
}
</style>
background-color css
<style>
a { background-color: #BD385D; }
a { background-color: rgb(189,56,93); }
div.DivClassName
{
background-color: #BD385D;
}
.BgClassName
{
background-color: #BD385D;
}
</style>
border-color css
<style>
span { border-color: #BD385D; }
span { border-color: rgb(189,56,93); }
td.TdClassName
{
border-color: #BD385D;
}
.TagClassName
{
border-color: #BD385D;
}
</style>