Shades of Old Rose #BD3B4E
Tints of Old Rose #BD3B4E
RGB
CMYK
RGB Variations
Color information
#BD3B4E (or 0xBD3B4E) is known color: Old Rose. HEX triplet: BD, 3B and 4E. RGB value is (189,59,78). Sum of RGB (Red+Green+Blue) = 189+59+78=326 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.98% from 326); Green value is 59 (23.44% from 255 or 18.10% from 326); Blue value is 78 (30.86% from 255 or 23.93% from 326); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3B4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3B4E is #42C4B1. Grayscale: #646464. Windows color (decimal): -4375730 or 5127101. OLE color: 5127101.
HSL color Cylindrical-coordinate representation of color #BD3B4E: hue angle of 351.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 #BD3B4E is Cyan = 0, Magento = 0.69, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 59 | 78 | - |
| CMYK | 0 | 0.69 | 0.59 | 0.26 |
| HSL | 351.23º | 0.52% | 0.49% | - |
| HSV(B) | 351.23º | 0.69% | 0.74% | - |
| XYZ | 23.93 | 14.5 | 8.74 | - |
| YUV | 100.04 | 115.57 | 191.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 59 | 78 | 0 | 0.69 | 0.59 | 0.26 | 351.23 | 0.52 | 0.49 |
| Hex | BD | 3B | 4E | 0 | 45 | 3B | 1A | 15F | 34 | 31 |
| Octal | 275 | 73 | 116 | 0 | 105 | 73 | 32 | 537 | 64 | 61 |
| Binary | 10111101 | 111011 | 1001110 | 0 | 1000101 | 111011 | 11010 | 101011111 | 110100 | 110001 |
Color Harmonies of #BD3B4E
Complementary color
Monochromatic Colors of #BD3B4E
Black with #BD3B4E
Text Example
Text Example
White with #BD3B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3B4E; }
p { color: rgb(189,59,78); }
H1.HeaderClassName
{
color: #BD3B4E;
}
.AnyTagClassName
{
color: #BD3B4E;
}
</style>
background-color css
<style>
a { background-color: #BD3B4E; }
a { background-color: rgb(189,59,78); }
div.DivClassName
{
background-color: #BD3B4E;
}
.BgClassName
{
background-color: #BD3B4E;
}
</style>
border-color css
<style>
span { border-color: #BD3B4E; }
span { border-color: rgb(189,59,78); }
td.TdClassName
{
border-color: #BD3B4E;
}
.TagClassName
{
border-color: #BD3B4E;
}
</style>