Shades of Old Rose #BD2365
Tints of Old Rose #BD2365
RGB
CMYK
RGB Variations
Color information
#BD2365 (or 0xBD2365) is known color: Old Rose. HEX triplet: BD, 23 and 65. RGB value is (189,35,101). Sum of RGB (Red+Green+Blue) = 189+35+101=325 (43% of max value = 765). Red value is 189 (74.22% from 255 or 58.15% from 325); Green value is 35 (14.06% from 255 or 10.77% from 325); Blue value is 101 (39.84% from 255 or 31.08% from 325); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2365 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2365 is #42DC9A. Grayscale: #585858. Windows color (decimal): -4381851 or 6628285. OLE color: 6628285.
HSL color Cylindrical-coordinate representation of color #BD2365: hue angle of 334.29º degrees, saturation: 0.69, 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 #BD2365 is Cyan = 0, Magento = 0.81, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 35 | 101 | - |
| CMYK | 0 | 0.81 | 0.47 | 0.26 |
| HSL | 334.29º | 0.69% | 0.44% | - |
| HSV(B) | 334.29º | 0.81% | 0.74% | - |
| XYZ | 23.94 | 12.96 | 13.55 | - |
| YUV | 88.57 | 135.02 | 199.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 35 | 101 | 0 | 0.81 | 0.47 | 0.26 | 334.29 | 0.69 | 0.44 |
| Hex | BD | 23 | 65 | 0 | 51 | 2F | 1A | 14E | 45 | 2C |
| Octal | 275 | 43 | 145 | 0 | 121 | 57 | 32 | 516 | 105 | 54 |
| Binary | 10111101 | 100011 | 1100101 | 0 | 1010001 | 101111 | 11010 | 101001110 | 1000101 | 101100 |
Color Harmonies of #BD2365
Complementary color
Monochromatic Colors of #BD2365
Black with #BD2365
Text Example
Text Example
White with #BD2365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2365; }
p { color: rgb(189,35,101); }
H1.HeaderClassName
{
color: #BD2365;
}
.AnyTagClassName
{
color: #BD2365;
}
</style>
background-color css
<style>
a { background-color: #BD2365; }
a { background-color: rgb(189,35,101); }
div.DivClassName
{
background-color: #BD2365;
}
.BgClassName
{
background-color: #BD2365;
}
</style>
border-color css
<style>
span { border-color: #BD2365; }
span { border-color: rgb(189,35,101); }
td.TdClassName
{
border-color: #BD2365;
}
.TagClassName
{
border-color: #BD2365;
}
</style>