Shades of Old Rose #BC254A
Tints of Old Rose #BC254A
RGB
CMYK
RGB Variations
Color information
#BC254A (or 0xBC254A) is known color: Old Rose. HEX triplet: BC, 25 and 4A. RGB value is (188,37,74). Sum of RGB (Red+Green+Blue) = 188+37+74=299 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.88% from 299); Green value is 37 (14.84% from 255 or 12.37% from 299); Blue value is 74 (29.30% from 255 or 24.75% from 299); Max value from RGB is 188 - color contains mainly: red. Hex color #BC254A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC254A is #43DAB5. Grayscale: #565656. Windows color (decimal): -4446902 or 4859324. OLE color: 4859324.
HSL color Cylindrical-coordinate representation of color #BC254A: hue angle of 345.3º degrees, saturation: 0.67, 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 #BC254A is Cyan = 0, Magento = 0.80, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 37 | 74 | - |
| CMYK | 0 | 0.80 | 0.61 | 0.26 |
| HSL | 345.3º | 0.67% | 0.44% | - |
| HSV(B) | 345.3º | 0.8% | 0.74% | - |
| XYZ | 22.64 | 12.51 | 7.7 | - |
| YUV | 86.37 | 121.03 | 200.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 37 | 74 | 0 | 0.80 | 0.61 | 0.26 | 345.3 | 0.67 | 0.44 |
| Hex | BC | 25 | 4A | 0 | 50 | 3D | 1A | 159 | 43 | 2C |
| Octal | 274 | 45 | 112 | 0 | 120 | 75 | 32 | 531 | 103 | 54 |
| Binary | 10111100 | 100101 | 1001010 | 0 | 1010000 | 111101 | 11010 | 101011001 | 1000011 | 101100 |
Color Harmonies of #BC254A
Complementary color
Monochromatic Colors of #BC254A
Black with #BC254A
Text Example
Text Example
White with #BC254A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC254A; }
p { color: rgb(188,37,74); }
H1.HeaderClassName
{
color: #BC254A;
}
.AnyTagClassName
{
color: #BC254A;
}
</style>
background-color css
<style>
a { background-color: #BC254A; }
a { background-color: rgb(188,37,74); }
div.DivClassName
{
background-color: #BC254A;
}
.BgClassName
{
background-color: #BC254A;
}
</style>
border-color css
<style>
span { border-color: #BC254A; }
span { border-color: rgb(188,37,74); }
td.TdClassName
{
border-color: #BC254A;
}
.TagClassName
{
border-color: #BC254A;
}
</style>