Shades of Old Rose #BC205B
Tints of Old Rose #BC205B
RGB
CMYK
RGB Variations
Color information
#BC205B (or 0xBC205B) is known color: Old Rose. HEX triplet: BC, 20 and 5B. RGB value is (188,32,91). Sum of RGB (Red+Green+Blue) = 188+32+91=311 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.45% from 311); Green value is 32 (12.89% from 255 or 10.29% from 311); Blue value is 91 (35.94% from 255 or 29.26% from 311); Max value from RGB is 188 - color contains mainly: red. Hex color #BC205B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC205B is #43DFA4. Grayscale: #555555. Windows color (decimal): -4448165 or 5972156. OLE color: 5972156.
HSL color Cylindrical-coordinate representation of color #BC205B: hue angle of 337.31º 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 #BC205B is Cyan = 0, Magento = 0.83, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 32 | 91 | - |
| CMYK | 0 | 0.83 | 0.52 | 0.26 |
| HSL | 337.31º | 0.71% | 0.43% | - |
| HSV(B) | 337.31º | 0.83% | 0.74% | - |
| XYZ | 23.14 | 12.48 | 11.09 | - |
| YUV | 85.37 | 131.18 | 201.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 32 | 91 | 0 | 0.83 | 0.52 | 0.26 | 337.31 | 0.71 | 0.43 |
| Hex | BC | 20 | 5B | 0 | 53 | 34 | 1A | 151 | 47 | 2B |
| Octal | 274 | 40 | 133 | 0 | 123 | 64 | 32 | 521 | 107 | 53 |
| Binary | 10111100 | 100000 | 1011011 | 0 | 1010011 | 110100 | 11010 | 101010001 | 1000111 | 101011 |
Color Harmonies of #BC205B
Complementary color
Monochromatic Colors of #BC205B
Black with #BC205B
Text Example
Text Example
White with #BC205B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC205B; }
p { color: rgb(188,32,91); }
H1.HeaderClassName
{
color: #BC205B;
}
.AnyTagClassName
{
color: #BC205B;
}
</style>
background-color css
<style>
a { background-color: #BC205B; }
a { background-color: rgb(188,32,91); }
div.DivClassName
{
background-color: #BC205B;
}
.BgClassName
{
background-color: #BC205B;
}
</style>
border-color css
<style>
span { border-color: #BC205B; }
span { border-color: rgb(188,32,91); }
td.TdClassName
{
border-color: #BC205B;
}
.TagClassName
{
border-color: #BC205B;
}
</style>