Shades of Old Rose #BC2365
Tints of Old Rose #BC2365
RGB
CMYK
RGB Variations
Color information
#BC2365 (or 0xBC2365) is known color: Old Rose. HEX triplet: BC, 23 and 65. RGB value is (188,35,101). Sum of RGB (Red+Green+Blue) = 188+35+101=324 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.02% from 324); Green value is 35 (14.06% from 255 or 10.80% from 324); Blue value is 101 (39.84% from 255 or 31.17% from 324); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2365 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2365 is #43DC9A. Grayscale: #585858. Windows color (decimal): -4447387 or 6628284. OLE color: 6628284.
HSL color Cylindrical-coordinate representation of color #BC2365: hue angle of 334.12º 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 #BC2365 is Cyan = 0, Magento = 0.81, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 35 | 101 | - |
| CMYK | 0 | 0.81 | 0.46 | 0.26 |
| HSL | 334.12º | 0.69% | 0.44% | - |
| HSV(B) | 334.12º | 0.81% | 0.74% | - |
| XYZ | 23.69 | 12.83 | 13.54 | - |
| YUV | 88.27 | 135.19 | 199.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 35 | 101 | 0 | 0.81 | 0.46 | 0.26 | 334.12 | 0.69 | 0.44 |
| Hex | BC | 23 | 65 | 0 | 51 | 2E | 1A | 14E | 45 | 2C |
| Octal | 274 | 43 | 145 | 0 | 121 | 56 | 32 | 516 | 105 | 54 |
| Binary | 10111100 | 100011 | 1100101 | 0 | 1010001 | 101110 | 11010 | 101001110 | 1000101 | 101100 |
Color Harmonies of #BC2365
Complementary color
Monochromatic Colors of #BC2365
Black with #BC2365
Text Example
Text Example
White with #BC2365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2365; }
p { color: rgb(188,35,101); }
H1.HeaderClassName
{
color: #BC2365;
}
.AnyTagClassName
{
color: #BC2365;
}
</style>
background-color css
<style>
a { background-color: #BC2365; }
a { background-color: rgb(188,35,101); }
div.DivClassName
{
background-color: #BC2365;
}
.BgClassName
{
background-color: #BC2365;
}
</style>
border-color css
<style>
span { border-color: #BC2365; }
span { border-color: rgb(188,35,101); }
td.TdClassName
{
border-color: #BC2365;
}
.TagClassName
{
border-color: #BC2365;
}
</style>