Shades of Old Rose #BD2467
Tints of Old Rose #BD2467
RGB
CMYK
RGB Variations
Color information
#BD2467 (or 0xBD2467) is known color: Old Rose. HEX triplet: BD, 24 and 67. RGB value is (189,36,103). Sum of RGB (Red+Green+Blue) = 189+36+103=328 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.62% from 328); Green value is 36 (14.45% from 255 or 10.98% from 328); Blue value is 103 (40.62% from 255 or 31.40% from 328); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2467 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2467 is #42DB98. Grayscale: #595959. Windows color (decimal): -4381593 or 6759613. OLE color: 6759613.
HSL color Cylindrical-coordinate representation of color #BD2467: hue angle of 333.73º 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 #BD2467 is Cyan = 0, Magento = 0.81, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 36 | 103 | - |
| CMYK | 0 | 0.81 | 0.46 | 0.26 |
| HSL | 333.73º | 0.68% | 0.44% | - |
| HSV(B) | 333.73º | 0.81% | 0.74% | - |
| XYZ | 24.07 | 13.06 | 14.08 | - |
| YUV | 89.39 | 135.69 | 199.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 36 | 103 | 0 | 0.81 | 0.46 | 0.26 | 333.73 | 0.68 | 0.44 |
| Hex | BD | 24 | 67 | 0 | 51 | 2E | 1A | 14E | 44 | 2C |
| Octal | 275 | 44 | 147 | 0 | 121 | 56 | 32 | 516 | 104 | 54 |
| Binary | 10111101 | 100100 | 1100111 | 0 | 1010001 | 101110 | 11010 | 101001110 | 1000100 | 101100 |
Color Harmonies of #BD2467
Complementary color
Monochromatic Colors of #BD2467
Black with #BD2467
Text Example
Text Example
White with #BD2467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2467; }
p { color: rgb(189,36,103); }
H1.HeaderClassName
{
color: #BD2467;
}
.AnyTagClassName
{
color: #BD2467;
}
</style>
background-color css
<style>
a { background-color: #BD2467; }
a { background-color: rgb(189,36,103); }
div.DivClassName
{
background-color: #BD2467;
}
.BgClassName
{
background-color: #BD2467;
}
</style>
border-color css
<style>
span { border-color: #BD2467; }
span { border-color: rgb(189,36,103); }
td.TdClassName
{
border-color: #BD2467;
}
.TagClassName
{
border-color: #BD2467;
}
</style>