Shades of Old Rose #BC255B
Tints of Old Rose #BC255B
RGB
CMYK
RGB Variations
Color information
#BC255B (or 0xBC255B) is known color: Old Rose. HEX triplet: BC, 25 and 5B. RGB value is (188,37,91). Sum of RGB (Red+Green+Blue) = 188+37+91=316 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.49% from 316); Green value is 37 (14.84% from 255 or 11.71% from 316); Blue value is 91 (35.94% from 255 or 28.80% from 316); Max value from RGB is 188 - color contains mainly: red. Hex color #BC255B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC255B is #43DAA4. Grayscale: #585858. Windows color (decimal): -4446885 or 5973436. OLE color: 5973436.
HSL color Cylindrical-coordinate representation of color #BC255B: hue angle of 338.54º 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 #BC255B is Cyan = 0, Magento = 0.80, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 37 | 91 | - |
| CMYK | 0 | 0.80 | 0.52 | 0.26 |
| HSL | 338.54º | 0.67% | 0.44% | - |
| HSV(B) | 338.54º | 0.8% | 0.74% | - |
| XYZ | 23.29 | 12.77 | 11.13 | - |
| YUV | 88.31 | 129.53 | 199.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 37 | 91 | 0 | 0.80 | 0.52 | 0.26 | 338.54 | 0.67 | 0.44 |
| Hex | BC | 25 | 5B | 0 | 50 | 34 | 1A | 153 | 43 | 2C |
| Octal | 274 | 45 | 133 | 0 | 120 | 64 | 32 | 523 | 103 | 54 |
| Binary | 10111100 | 100101 | 1011011 | 0 | 1010000 | 110100 | 11010 | 101010011 | 1000011 | 101100 |
Color Harmonies of #BC255B
Complementary color
Monochromatic Colors of #BC255B
Black with #BC255B
Text Example
Text Example
White with #BC255B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC255B; }
p { color: rgb(188,37,91); }
H1.HeaderClassName
{
color: #BC255B;
}
.AnyTagClassName
{
color: #BC255B;
}
</style>
background-color css
<style>
a { background-color: #BC255B; }
a { background-color: rgb(188,37,91); }
div.DivClassName
{
background-color: #BC255B;
}
.BgClassName
{
background-color: #BC255B;
}
</style>
border-color css
<style>
span { border-color: #BC255B; }
span { border-color: rgb(188,37,91); }
td.TdClassName
{
border-color: #BC255B;
}
.TagClassName
{
border-color: #BC255B;
}
</style>