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