Shades of Old Rose #BD385C
Tints of Old Rose #BD385C
RGB
CMYK
RGB Variations
Color information
#BD385C (or 0xBD385C) is known color: Old Rose. HEX triplet: BD, 38 and 5C. RGB value is (189,56,92). Sum of RGB (Red+Green+Blue) = 189+56+92=337 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.08% from 337); Green value is 56 (22.27% from 255 or 16.62% from 337); Blue value is 92 (36.33% from 255 or 27.30% from 337); Max value from RGB is 189 - color contains mainly: red. Hex color #BD385C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD385C is #42C7A3. Grayscale: #636363. Windows color (decimal): -4376484 or 6043837. OLE color: 6043837.
HSL color Cylindrical-coordinate representation of color #BD385C: hue angle of 343.76º 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 #BD385C is Cyan = 0, Magento = 0.70, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 56 | 92 | - |
| CMYK | 0 | 0.70 | 0.51 | 0.26 |
| HSL | 343.76º | 0.54% | 0.48% | - |
| HSV(B) | 343.76º | 0.7% | 0.74% | - |
| XYZ | 24.33 | 14.42 | 11.63 | - |
| YUV | 99.87 | 123.56 | 191.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 56 | 92 | 0 | 0.70 | 0.51 | 0.26 | 343.76 | 0.54 | 0.48 |
| Hex | BD | 38 | 5C | 0 | 46 | 33 | 1A | 158 | 36 | 30 |
| Octal | 275 | 70 | 134 | 0 | 106 | 63 | 32 | 530 | 66 | 60 |
| Binary | 10111101 | 111000 | 1011100 | 0 | 1000110 | 110011 | 11010 | 101011000 | 110110 | 110000 |
Color Harmonies of #BD385C
Complementary color
Monochromatic Colors of #BD385C
Black with #BD385C
Text Example
Text Example
White with #BD385C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD385C; }
p { color: rgb(189,56,92); }
H1.HeaderClassName
{
color: #BD385C;
}
.AnyTagClassName
{
color: #BD385C;
}
</style>
background-color css
<style>
a { background-color: #BD385C; }
a { background-color: rgb(189,56,92); }
div.DivClassName
{
background-color: #BD385C;
}
.BgClassName
{
background-color: #BD385C;
}
</style>
border-color css
<style>
span { border-color: #BD385C; }
span { border-color: rgb(189,56,92); }
td.TdClassName
{
border-color: #BD385C;
}
.TagClassName
{
border-color: #BD385C;
}
</style>