Shades of Old Rose #BD2266
Tints of Old Rose #BD2266
RGB
CMYK
RGB Variations
Color information
#BD2266 (or 0xBD2266) is known color: Old Rose. HEX triplet: BD, 22 and 66. RGB value is (189,34,102). Sum of RGB (Red+Green+Blue) = 189+34+102=325 (43% of max value = 765). Red value is 189 (74.22% from 255 or 58.15% from 325); Green value is 34 (13.67% from 255 or 10.46% from 325); Blue value is 102 (40.23% from 255 or 31.38% from 325); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2266 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2266 is #42DD99. Grayscale: #575757. Windows color (decimal): -4382106 or 6693565. OLE color: 6693565.
HSL color Cylindrical-coordinate representation of color #BD2266: hue angle of 333.68º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BD2266 is Cyan = 0, Magento = 0.82, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 34 | 102 | - |
| CMYK | 0 | 0.82 | 0.46 | 0.26 |
| HSL | 333.68º | 0.7% | 0.44% | - |
| HSV(B) | 333.68º | 0.82% | 0.74% | - |
| XYZ | 23.96 | 12.92 | 13.8 | - |
| YUV | 88.1 | 135.85 | 199.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 34 | 102 | 0 | 0.82 | 0.46 | 0.26 | 333.68 | 0.7 | 0.44 |
| Hex | BD | 22 | 66 | 0 | 52 | 2E | 1A | 14E | 46 | 2C |
| Octal | 275 | 42 | 146 | 0 | 122 | 56 | 32 | 516 | 106 | 54 |
| Binary | 10111101 | 100010 | 1100110 | 0 | 1010010 | 101110 | 11010 | 101001110 | 1000110 | 101100 |
Color Harmonies of #BD2266
Complementary color
Monochromatic Colors of #BD2266
Black with #BD2266
Text Example
Text Example
White with #BD2266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2266; }
p { color: rgb(189,34,102); }
H1.HeaderClassName
{
color: #BD2266;
}
.AnyTagClassName
{
color: #BD2266;
}
</style>
background-color css
<style>
a { background-color: #BD2266; }
a { background-color: rgb(189,34,102); }
div.DivClassName
{
background-color: #BD2266;
}
.BgClassName
{
background-color: #BD2266;
}
</style>
border-color css
<style>
span { border-color: #BD2266; }
span { border-color: rgb(189,34,102); }
td.TdClassName
{
border-color: #BD2266;
}
.TagClassName
{
border-color: #BD2266;
}
</style>