Shades of Old Rose #BD3B5B
Tints of Old Rose #BD3B5B
RGB
CMYK
RGB Variations
Color information
#BD3B5B (or 0xBD3B5B) is known color: Old Rose. HEX triplet: BD, 3B and 5B. RGB value is (189,59,91). Sum of RGB (Red+Green+Blue) = 189+59+91=339 (44% of max value = 765). Red value is 189 (74.22% from 255 or 55.75% from 339); Green value is 59 (23.44% from 255 or 17.40% from 339); Blue value is 91 (35.94% from 255 or 26.84% from 339); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3B5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3B5B is #42C4A4. Grayscale: #656565. Windows color (decimal): -4375717 or 5979069. OLE color: 5979069.
HSL color Cylindrical-coordinate representation of color #BD3B5B: hue angle of 345.23º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BD3B5B is Cyan = 0, Magento = 0.69, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 59 | 91 | - |
| CMYK | 0 | 0.69 | 0.52 | 0.26 |
| HSL | 345.23º | 0.52% | 0.49% | - |
| HSV(B) | 345.23º | 0.69% | 0.74% | - |
| XYZ | 24.44 | 14.7 | 11.45 | - |
| YUV | 101.52 | 122.07 | 190.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 59 | 91 | 0 | 0.69 | 0.52 | 0.26 | 345.23 | 0.52 | 0.49 |
| Hex | BD | 3B | 5B | 0 | 45 | 34 | 1A | 159 | 34 | 31 |
| Octal | 275 | 73 | 133 | 0 | 105 | 64 | 32 | 531 | 64 | 61 |
| Binary | 10111101 | 111011 | 1011011 | 0 | 1000101 | 110100 | 11010 | 101011001 | 110100 | 110001 |
Color Harmonies of #BD3B5B
Complementary color
Monochromatic Colors of #BD3B5B
Black with #BD3B5B
Text Example
Text Example
White with #BD3B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3B5B; }
p { color: rgb(189,59,91); }
H1.HeaderClassName
{
color: #BD3B5B;
}
.AnyTagClassName
{
color: #BD3B5B;
}
</style>
background-color css
<style>
a { background-color: #BD3B5B; }
a { background-color: rgb(189,59,91); }
div.DivClassName
{
background-color: #BD3B5B;
}
.BgClassName
{
background-color: #BD3B5B;
}
</style>
border-color css
<style>
span { border-color: #BD3B5B; }
span { border-color: rgb(189,59,91); }
td.TdClassName
{
border-color: #BD3B5B;
}
.TagClassName
{
border-color: #BD3B5B;
}
</style>