Shades of Old Rose #BD335D
Tints of Old Rose #BD335D
RGB
CMYK
RGB Variations
Color information
#BD335D (or 0xBD335D) is known color: Old Rose. HEX triplet: BD, 33 and 5D. RGB value is (189,51,93). Sum of RGB (Red+Green+Blue) = 189+51+93=333 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.76% from 333); Green value is 51 (20.31% from 255 or 15.32% from 333); Blue value is 93 (36.72% from 255 or 27.93% from 333); Max value from RGB is 189 - color contains mainly: red. Hex color #BD335D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD335D is #42CCA2. Grayscale: #616161. Windows color (decimal): -4377763 or 6108093. OLE color: 6108093.
HSL color Cylindrical-coordinate representation of color #BD335D: hue angle of 341.74º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BD335D is Cyan = 0, Magento = 0.73, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 51 | 93 | - |
| CMYK | 0 | 0.73 | 0.51 | 0.26 |
| HSL | 341.74º | 0.58% | 0.47% | - |
| HSV(B) | 341.74º | 0.73% | 0.74% | - |
| XYZ | 24.15 | 13.98 | 11.78 | - |
| YUV | 97.05 | 125.72 | 193.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 51 | 93 | 0 | 0.73 | 0.51 | 0.26 | 341.74 | 0.58 | 0.47 |
| Hex | BD | 33 | 5D | 0 | 49 | 33 | 1A | 156 | 3A | 2F |
| Octal | 275 | 63 | 135 | 0 | 111 | 63 | 32 | 526 | 72 | 57 |
| Binary | 10111101 | 110011 | 1011101 | 0 | 1001001 | 110011 | 11010 | 101010110 | 111010 | 101111 |
Color Harmonies of #BD335D
Complementary color
Monochromatic Colors of #BD335D
Black with #BD335D
Text Example
Text Example
White with #BD335D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD335D; }
p { color: rgb(189,51,93); }
H1.HeaderClassName
{
color: #BD335D;
}
.AnyTagClassName
{
color: #BD335D;
}
</style>
background-color css
<style>
a { background-color: #BD335D; }
a { background-color: rgb(189,51,93); }
div.DivClassName
{
background-color: #BD335D;
}
.BgClassName
{
background-color: #BD335D;
}
</style>
border-color css
<style>
span { border-color: #BD335D; }
span { border-color: rgb(189,51,93); }
td.TdClassName
{
border-color: #BD335D;
}
.TagClassName
{
border-color: #BD335D;
}
</style>