Shades of Old Rose #BD2364
Tints of Old Rose #BD2364
RGB
CMYK
RGB Variations
Color information
#BD2364 (or 0xBD2364) is known color: Old Rose. HEX triplet: BD, 23 and 64. RGB value is (189,35,100). Sum of RGB (Red+Green+Blue) = 189+35+100=324 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.33% from 324); Green value is 35 (14.06% from 255 or 10.80% from 324); Blue value is 100 (39.45% from 255 or 30.86% from 324); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2364 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2364 is #42DC9B. Grayscale: #585858. Windows color (decimal): -4381852 or 6562749. OLE color: 6562749.
HSL color Cylindrical-coordinate representation of color #BD2364: hue angle of 334.68º 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 #BD2364 is Cyan = 0, Magento = 0.81, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 35 | 100 | - |
| CMYK | 0 | 0.81 | 0.47 | 0.26 |
| HSL | 334.68º | 0.69% | 0.44% | - |
| HSV(B) | 334.68º | 0.81% | 0.74% | - |
| XYZ | 23.89 | 12.94 | 13.3 | - |
| YUV | 88.46 | 134.52 | 199.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 35 | 100 | 0 | 0.81 | 0.47 | 0.26 | 334.68 | 0.69 | 0.44 |
| Hex | BD | 23 | 64 | 0 | 51 | 2F | 1A | 14F | 45 | 2C |
| Octal | 275 | 43 | 144 | 0 | 121 | 57 | 32 | 517 | 105 | 54 |
| Binary | 10111101 | 100011 | 1100100 | 0 | 1010001 | 101111 | 11010 | 101001111 | 1000101 | 101100 |
Color Harmonies of #BD2364
Complementary color
Monochromatic Colors of #BD2364
Black with #BD2364
Text Example
Text Example
White with #BD2364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2364; }
p { color: rgb(189,35,100); }
H1.HeaderClassName
{
color: #BD2364;
}
.AnyTagClassName
{
color: #BD2364;
}
</style>
background-color css
<style>
a { background-color: #BD2364; }
a { background-color: rgb(189,35,100); }
div.DivClassName
{
background-color: #BD2364;
}
.BgClassName
{
background-color: #BD2364;
}
</style>
border-color css
<style>
span { border-color: #BD2364; }
span { border-color: rgb(189,35,100); }
td.TdClassName
{
border-color: #BD2364;
}
.TagClassName
{
border-color: #BD2364;
}
</style>