Shades of Old Rose #BD2651
Tints of Old Rose #BD2651
RGB
CMYK
RGB Variations
Color information
#BD2651 (or 0xBD2651) is known color: Old Rose. HEX triplet: BD, 26 and 51. RGB value is (189,38,81). Sum of RGB (Red+Green+Blue) = 189+38+81=308 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.36% from 308); Green value is 38 (15.23% from 255 or 12.34% from 308); Blue value is 81 (32.03% from 255 or 26.30% from 308); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2651 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2651 is #42D9AE. Grayscale: #585858. Windows color (decimal): -4381103 or 5318333. OLE color: 5318333.
HSL color Cylindrical-coordinate representation of color #BD2651: hue angle of 342.91º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BD2651 is Cyan = 0, Magento = 0.80, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 38 | 81 | - |
| CMYK | 0 | 0.80 | 0.57 | 0.26 |
| HSL | 342.91º | 0.67% | 0.45% | - |
| HSV(B) | 342.91º | 0.8% | 0.74% | - |
| XYZ | 23.16 | 12.8 | 9.03 | - |
| YUV | 88.05 | 124.03 | 200 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 38 | 81 | 0 | 0.80 | 0.57 | 0.26 | 342.91 | 0.67 | 0.45 |
| Hex | BD | 26 | 51 | 0 | 50 | 39 | 1A | 157 | 43 | 2D |
| Octal | 275 | 46 | 121 | 0 | 120 | 71 | 32 | 527 | 103 | 55 |
| Binary | 10111101 | 100110 | 1010001 | 0 | 1010000 | 111001 | 11010 | 101010111 | 1000011 | 101101 |
Color Harmonies of #BD2651
Complementary color
Monochromatic Colors of #BD2651
Black with #BD2651
Text Example
Text Example
White with #BD2651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2651; }
p { color: rgb(189,38,81); }
H1.HeaderClassName
{
color: #BD2651;
}
.AnyTagClassName
{
color: #BD2651;
}
</style>
background-color css
<style>
a { background-color: #BD2651; }
a { background-color: rgb(189,38,81); }
div.DivClassName
{
background-color: #BD2651;
}
.BgClassName
{
background-color: #BD2651;
}
</style>
border-color css
<style>
span { border-color: #BD2651; }
span { border-color: rgb(189,38,81); }
td.TdClassName
{
border-color: #BD2651;
}
.TagClassName
{
border-color: #BD2651;
}
</style>