Shades of Old Rose #BD3D58
Tints of Old Rose #BD3D58
RGB
CMYK
RGB Variations
Color information
#BD3D58 (or 0xBD3D58) is known color: Old Rose. HEX triplet: BD, 3D and 58. RGB value is (189,61,88). Sum of RGB (Red+Green+Blue) = 189+61+88=338 (44% of max value = 765). Red value is 189 (74.22% from 255 or 55.92% from 338); Green value is 61 (24.22% from 255 or 18.05% from 338); Blue value is 88 (34.77% from 255 or 26.04% from 338); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3D58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3D58 is #42C2A7. Grayscale: #666666. Windows color (decimal): -4375208 or 5782973. OLE color: 5782973.
HSL color Cylindrical-coordinate representation of color #BD3D58: hue angle of 347.34º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BD3D58 is Cyan = 0, Magento = 0.68, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 61 | 88 | - |
| CMYK | 0 | 0.68 | 0.53 | 0.26 |
| HSL | 347.34º | 0.51% | 0.49% | - |
| HSV(B) | 347.34º | 0.68% | 0.74% | - |
| XYZ | 24.42 | 14.86 | 10.81 | - |
| YUV | 102.35 | 119.91 | 189.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 61 | 88 | 0 | 0.68 | 0.53 | 0.26 | 347.34 | 0.51 | 0.49 |
| Hex | BD | 3D | 58 | 0 | 44 | 35 | 1A | 15B | 33 | 31 |
| Octal | 275 | 75 | 130 | 0 | 104 | 65 | 32 | 533 | 63 | 61 |
| Binary | 10111101 | 111101 | 1011000 | 0 | 1000100 | 110101 | 11010 | 101011011 | 110011 | 110001 |
Color Harmonies of #BD3D58
Complementary color
Monochromatic Colors of #BD3D58
Black with #BD3D58
Text Example
Text Example
White with #BD3D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3D58; }
p { color: rgb(189,61,88); }
H1.HeaderClassName
{
color: #BD3D58;
}
.AnyTagClassName
{
color: #BD3D58;
}
</style>
background-color css
<style>
a { background-color: #BD3D58; }
a { background-color: rgb(189,61,88); }
div.DivClassName
{
background-color: #BD3D58;
}
.BgClassName
{
background-color: #BD3D58;
}
</style>
border-color css
<style>
span { border-color: #BD3D58; }
span { border-color: rgb(189,61,88); }
td.TdClassName
{
border-color: #BD3D58;
}
.TagClassName
{
border-color: #BD3D58;
}
</style>