Shades of Old Rose #BD3D5A
Tints of Old Rose #BD3D5A
RGB
CMYK
RGB Variations
Color information
#BD3D5A (or 0xBD3D5A) is known color: Old Rose. HEX triplet: BD, 3D and 5A. RGB value is (189,61,90). Sum of RGB (Red+Green+Blue) = 189+61+90=340 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.59% from 340); Green value is 61 (24.22% from 255 or 17.94% from 340); Blue value is 90 (35.55% from 255 or 26.47% from 340); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3D5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3D5A is #42C2A5. Grayscale: #666666. Windows color (decimal): -4375206 or 5914045. OLE color: 5914045.
HSL color Cylindrical-coordinate representation of color #BD3D5A: hue angle of 346.41º 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 #BD3D5A is Cyan = 0, Magento = 0.68, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 61 | 90 | - |
| CMYK | 0 | 0.68 | 0.52 | 0.26 |
| HSL | 346.41º | 0.51% | 0.49% | - |
| HSV(B) | 346.41º | 0.68% | 0.74% | - |
| XYZ | 24.5 | 14.89 | 11.26 | - |
| YUV | 102.58 | 120.91 | 189.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 61 | 90 | 0 | 0.68 | 0.52 | 0.26 | 346.41 | 0.51 | 0.49 |
| Hex | BD | 3D | 5A | 0 | 44 | 34 | 1A | 15A | 33 | 31 |
| Octal | 275 | 75 | 132 | 0 | 104 | 64 | 32 | 532 | 63 | 61 |
| Binary | 10111101 | 111101 | 1011010 | 0 | 1000100 | 110100 | 11010 | 101011010 | 110011 | 110001 |
Color Harmonies of #BD3D5A
Complementary color
Monochromatic Colors of #BD3D5A
Black with #BD3D5A
Text Example
Text Example
White with #BD3D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3D5A; }
p { color: rgb(189,61,90); }
H1.HeaderClassName
{
color: #BD3D5A;
}
.AnyTagClassName
{
color: #BD3D5A;
}
</style>
background-color css
<style>
a { background-color: #BD3D5A; }
a { background-color: rgb(189,61,90); }
div.DivClassName
{
background-color: #BD3D5A;
}
.BgClassName
{
background-color: #BD3D5A;
}
</style>
border-color css
<style>
span { border-color: #BD3D5A; }
span { border-color: rgb(189,61,90); }
td.TdClassName
{
border-color: #BD3D5A;
}
.TagClassName
{
border-color: #BD3D5A;
}
</style>