Shades of Old Rose #BC264A
Tints of Old Rose #BC264A
RGB
CMYK
RGB Variations
Color information
#BC264A (or 0xBC264A) is known color: Old Rose. HEX triplet: BC, 26 and 4A. RGB value is (188,38,74). Sum of RGB (Red+Green+Blue) = 188+38+74=300 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.67% from 300); Green value is 38 (15.23% from 255 or 12.67% from 300); Blue value is 74 (29.30% from 255 or 24.67% from 300); Max value from RGB is 188 - color contains mainly: red. Hex color #BC264A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC264A is #43D9B5. Grayscale: #565656. Windows color (decimal): -4446646 or 4859580. OLE color: 4859580.
HSL color Cylindrical-coordinate representation of color #BC264A: hue angle of 345.6º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC264A is Cyan = 0, Magento = 0.80, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 38 | 74 | - |
| CMYK | 0 | 0.80 | 0.61 | 0.26 |
| HSL | 345.6º | 0.66% | 0.44% | - |
| HSV(B) | 345.6º | 0.8% | 0.74% | - |
| XYZ | 22.67 | 12.57 | 7.71 | - |
| YUV | 86.95 | 120.7 | 200.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 38 | 74 | 0 | 0.80 | 0.61 | 0.26 | 345.6 | 0.66 | 0.44 |
| Hex | BC | 26 | 4A | 0 | 50 | 3D | 1A | 15A | 42 | 2C |
| Octal | 274 | 46 | 112 | 0 | 120 | 75 | 32 | 532 | 102 | 54 |
| Binary | 10111100 | 100110 | 1001010 | 0 | 1010000 | 111101 | 11010 | 101011010 | 1000010 | 101100 |
Color Harmonies of #BC264A
Complementary color
Monochromatic Colors of #BC264A
Black with #BC264A
Text Example
Text Example
White with #BC264A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC264A; }
p { color: rgb(188,38,74); }
H1.HeaderClassName
{
color: #BC264A;
}
.AnyTagClassName
{
color: #BC264A;
}
</style>
background-color css
<style>
a { background-color: #BC264A; }
a { background-color: rgb(188,38,74); }
div.DivClassName
{
background-color: #BC264A;
}
.BgClassName
{
background-color: #BC264A;
}
</style>
border-color css
<style>
span { border-color: #BC264A; }
span { border-color: rgb(188,38,74); }
td.TdClassName
{
border-color: #BC264A;
}
.TagClassName
{
border-color: #BC264A;
}
</style>