Shades of Old Rose #BC265D
Tints of Old Rose #BC265D
RGB
CMYK
RGB Variations
Color information
#BC265D (or 0xBC265D) is known color: Old Rose. HEX triplet: BC, 26 and 5D. RGB value is (188,38,93). Sum of RGB (Red+Green+Blue) = 188+38+93=319 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.93% from 319); Green value is 38 (15.23% from 255 or 11.91% from 319); Blue value is 93 (36.72% from 255 or 29.15% from 319); Max value from RGB is 188 - color contains mainly: red. Hex color #BC265D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC265D is #43D9A2. Grayscale: #595959. Windows color (decimal): -4446627 or 6104764. OLE color: 6104764.
HSL color Cylindrical-coordinate representation of color #BC265D: hue angle of 338º 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 #BC265D is Cyan = 0, Magento = 0.80, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 38 | 93 | - |
| CMYK | 0 | 0.80 | 0.51 | 0.26 |
| HSL | 338º | 0.66% | 0.44% | - |
| HSV(B) | 338º | 0.8% | 0.74% | - |
| XYZ | 23.41 | 12.87 | 11.61 | - |
| YUV | 89.12 | 130.2 | 198.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 38 | 93 | 0 | 0.80 | 0.51 | 0.26 | 338 | 0.66 | 0.44 |
| Hex | BC | 26 | 5D | 0 | 50 | 33 | 1A | 152 | 42 | 2C |
| Octal | 274 | 46 | 135 | 0 | 120 | 63 | 32 | 522 | 102 | 54 |
| Binary | 10111100 | 100110 | 1011101 | 0 | 1010000 | 110011 | 11010 | 101010010 | 1000010 | 101100 |
Color Harmonies of #BC265D
Complementary color
Monochromatic Colors of #BC265D
Black with #BC265D
Text Example
Text Example
White with #BC265D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC265D; }
p { color: rgb(188,38,93); }
H1.HeaderClassName
{
color: #BC265D;
}
.AnyTagClassName
{
color: #BC265D;
}
</style>
background-color css
<style>
a { background-color: #BC265D; }
a { background-color: rgb(188,38,93); }
div.DivClassName
{
background-color: #BC265D;
}
.BgClassName
{
background-color: #BC265D;
}
</style>
border-color css
<style>
span { border-color: #BC265D; }
span { border-color: rgb(188,38,93); }
td.TdClassName
{
border-color: #BC265D;
}
.TagClassName
{
border-color: #BC265D;
}
</style>