Shades of Old Rose #BC204B
Tints of Old Rose #BC204B
RGB
CMYK
RGB Variations
Color information
#BC204B (or 0xBC204B) is known color: Old Rose. HEX triplet: BC, 20 and 4B. RGB value is (188,32,75). Sum of RGB (Red+Green+Blue) = 188+32+75=295 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.73% from 295); Green value is 32 (12.89% from 255 or 10.85% from 295); Blue value is 75 (29.69% from 255 or 25.42% from 295); Max value from RGB is 188 - color contains mainly: red. Hex color #BC204B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC204B is #43DFB4. Grayscale: #535353. Windows color (decimal): -4448181 or 4923580. OLE color: 4923580.
HSL color Cylindrical-coordinate representation of color #BC204B: hue angle of 343.46º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BC204B is Cyan = 0, Magento = 0.83, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 32 | 75 | - |
| CMYK | 0 | 0.83 | 0.60 | 0.26 |
| HSL | 343.46º | 0.71% | 0.43% | - |
| HSV(B) | 343.46º | 0.83% | 0.74% | - |
| XYZ | 22.53 | 12.23 | 7.83 | - |
| YUV | 83.55 | 123.18 | 202.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 32 | 75 | 0 | 0.83 | 0.60 | 0.26 | 343.46 | 0.71 | 0.43 |
| Hex | BC | 20 | 4B | 0 | 53 | 3C | 1A | 157 | 47 | 2B |
| Octal | 274 | 40 | 113 | 0 | 123 | 74 | 32 | 527 | 107 | 53 |
| Binary | 10111100 | 100000 | 1001011 | 0 | 1010011 | 111100 | 11010 | 101010111 | 1000111 | 101011 |
Color Harmonies of #BC204B
Complementary color
Monochromatic Colors of #BC204B
Black with #BC204B
Text Example
Text Example
White with #BC204B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC204B; }
p { color: rgb(188,32,75); }
H1.HeaderClassName
{
color: #BC204B;
}
.AnyTagClassName
{
color: #BC204B;
}
</style>
background-color css
<style>
a { background-color: #BC204B; }
a { background-color: rgb(188,32,75); }
div.DivClassName
{
background-color: #BC204B;
}
.BgClassName
{
background-color: #BC204B;
}
</style>
border-color css
<style>
span { border-color: #BC204B; }
span { border-color: rgb(188,32,75); }
td.TdClassName
{
border-color: #BC204B;
}
.TagClassName
{
border-color: #BC204B;
}
</style>