Shades of Old Rose #BC2265
Tints of Old Rose #BC2265
RGB
CMYK
RGB Variations
Color information
#BC2265 (or 0xBC2265) is known color: Old Rose. HEX triplet: BC, 22 and 65. RGB value is (188,34,101). Sum of RGB (Red+Green+Blue) = 188+34+101=323 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.20% from 323); Green value is 34 (13.67% from 255 or 10.53% from 323); Blue value is 101 (39.84% from 255 or 31.27% from 323); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2265 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC2265 is #43DD9A. Grayscale: #575757. Windows color (decimal): -4447643 or 6628028. OLE color: 6628028.
HSL color Cylindrical-coordinate representation of color #BC2265: hue angle of 333.9º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BC2265 is Cyan = 0, Magento = 0.82, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 34 | 101 | - |
| CMYK | 0 | 0.82 | 0.46 | 0.26 |
| HSL | 333.9º | 0.69% | 0.44% | - |
| HSV(B) | 333.9º | 0.82% | 0.74% | - |
| XYZ | 23.66 | 12.78 | 13.53 | - |
| YUV | 87.68 | 135.52 | 199.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 34 | 101 | 0 | 0.82 | 0.46 | 0.26 | 333.9 | 0.69 | 0.44 |
| Hex | BC | 22 | 65 | 0 | 52 | 2E | 1A | 14E | 45 | 2C |
| Octal | 274 | 42 | 145 | 0 | 122 | 56 | 32 | 516 | 105 | 54 |
| Binary | 10111100 | 100010 | 1100101 | 0 | 1010010 | 101110 | 11010 | 101001110 | 1000101 | 101100 |
Color Harmonies of #BC2265
Complementary color
Monochromatic Colors of #BC2265
Black with #BC2265
Text Example
Text Example
White with #BC2265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2265; }
p { color: rgb(188,34,101); }
H1.HeaderClassName
{
color: #BC2265;
}
.AnyTagClassName
{
color: #BC2265;
}
</style>
background-color css
<style>
a { background-color: #BC2265; }
a { background-color: rgb(188,34,101); }
div.DivClassName
{
background-color: #BC2265;
}
.BgClassName
{
background-color: #BC2265;
}
</style>
border-color css
<style>
span { border-color: #BC2265; }
span { border-color: rgb(188,34,101); }
td.TdClassName
{
border-color: #BC2265;
}
.TagClassName
{
border-color: #BC2265;
}
</style>