Shades of Old Rose #BD2466
Tints of Old Rose #BD2466
RGB
CMYK
RGB Variations
Color information
#BD2466 (or 0xBD2466) is known color: Old Rose. HEX triplet: BD, 24 and 66. RGB value is (189,36,102). Sum of RGB (Red+Green+Blue) = 189+36+102=327 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.80% from 327); Green value is 36 (14.45% from 255 or 11.01% from 327); Blue value is 102 (40.23% from 255 or 31.19% from 327); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2466 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2466 is #42DB99. Grayscale: #595959. Windows color (decimal): -4381594 or 6694077. OLE color: 6694077.
HSL color Cylindrical-coordinate representation of color #BD2466: hue angle of 334.12º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BD2466 is Cyan = 0, Magento = 0.81, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 36 | 102 | - |
| CMYK | 0 | 0.81 | 0.46 | 0.26 |
| HSL | 334.12º | 0.68% | 0.44% | - |
| HSV(B) | 334.12º | 0.81% | 0.74% | - |
| XYZ | 24.02 | 13.04 | 13.82 | - |
| YUV | 89.27 | 135.19 | 199.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 36 | 102 | 0 | 0.81 | 0.46 | 0.26 | 334.12 | 0.68 | 0.44 |
| Hex | BD | 24 | 66 | 0 | 51 | 2E | 1A | 14E | 44 | 2C |
| Octal | 275 | 44 | 146 | 0 | 121 | 56 | 32 | 516 | 104 | 54 |
| Binary | 10111101 | 100100 | 1100110 | 0 | 1010001 | 101110 | 11010 | 101001110 | 1000100 | 101100 |
Color Harmonies of #BD2466
Complementary color
Monochromatic Colors of #BD2466
Black with #BD2466
Text Example
Text Example
White with #BD2466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2466; }
p { color: rgb(189,36,102); }
H1.HeaderClassName
{
color: #BD2466;
}
.AnyTagClassName
{
color: #BD2466;
}
</style>
background-color css
<style>
a { background-color: #BD2466; }
a { background-color: rgb(189,36,102); }
div.DivClassName
{
background-color: #BD2466;
}
.BgClassName
{
background-color: #BD2466;
}
</style>
border-color css
<style>
span { border-color: #BD2466; }
span { border-color: rgb(189,36,102); }
td.TdClassName
{
border-color: #BD2466;
}
.TagClassName
{
border-color: #BD2466;
}
</style>