Shades of Old Rose #BD2566
Tints of Old Rose #BD2566
RGB
CMYK
RGB Variations
Color information
#BD2566 (or 0xBD2566) is known color: Old Rose. HEX triplet: BD, 25 and 66. RGB value is (189,37,102). Sum of RGB (Red+Green+Blue) = 189+37+102=328 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.62% from 328); Green value is 37 (14.84% from 255 or 11.28% from 328); Blue value is 102 (40.23% from 255 or 31.10% from 328); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2566 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2566 is #42DA99. Grayscale: #595959. Windows color (decimal): -4381338 or 6694333. OLE color: 6694333.
HSL color Cylindrical-coordinate representation of color #BD2566: hue angle of 334.34º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BD2566 is Cyan = 0, Magento = 0.80, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 37 | 102 | - |
| CMYK | 0 | 0.80 | 0.46 | 0.26 |
| HSL | 334.34º | 0.67% | 0.44% | - |
| HSV(B) | 334.34º | 0.8% | 0.74% | - |
| XYZ | 24.05 | 13.1 | 13.83 | - |
| YUV | 89.86 | 134.86 | 198.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 37 | 102 | 0 | 0.80 | 0.46 | 0.26 | 334.34 | 0.67 | 0.44 |
| Hex | BD | 25 | 66 | 0 | 50 | 2E | 1A | 14E | 43 | 2C |
| Octal | 275 | 45 | 146 | 0 | 120 | 56 | 32 | 516 | 103 | 54 |
| Binary | 10111101 | 100101 | 1100110 | 0 | 1010000 | 101110 | 11010 | 101001110 | 1000011 | 101100 |
Color Harmonies of #BD2566
Complementary color
Monochromatic Colors of #BD2566
Black with #BD2566
Text Example
Text Example
White with #BD2566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2566; }
p { color: rgb(189,37,102); }
H1.HeaderClassName
{
color: #BD2566;
}
.AnyTagClassName
{
color: #BD2566;
}
</style>
background-color css
<style>
a { background-color: #BD2566; }
a { background-color: rgb(189,37,102); }
div.DivClassName
{
background-color: #BD2566;
}
.BgClassName
{
background-color: #BD2566;
}
</style>
border-color css
<style>
span { border-color: #BD2566; }
span { border-color: rgb(189,37,102); }
td.TdClassName
{
border-color: #BD2566;
}
.TagClassName
{
border-color: #BD2566;
}
</style>