Shades of Old Rose #BC365A
Tints of Old Rose #BC365A
RGB
CMYK
RGB Variations
Color information
#BC365A (or 0xBC365A) is known color: Old Rose. HEX triplet: BC, 36 and 5A. RGB value is (188,54,90). Sum of RGB (Red+Green+Blue) = 188+54+90=332 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.63% from 332); Green value is 54 (21.48% from 255 or 16.27% from 332); Blue value is 90 (35.55% from 255 or 27.11% from 332); Max value from RGB is 188 - color contains mainly: red. Hex color #BC365A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC365A is #43C9A5. Grayscale: #626262. Windows color (decimal): -4442534 or 5912252. OLE color: 5912252.
HSL color Cylindrical-coordinate representation of color #BC365A: hue angle of 343.88º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BC365A is Cyan = 0, Magento = 0.71, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 54 | 90 | - |
| CMYK | 0 | 0.71 | 0.52 | 0.26 |
| HSL | 343.88º | 0.55% | 0.47% | - |
| HSV(B) | 343.88º | 0.71% | 0.74% | - |
| XYZ | 23.9 | 14.07 | 11.13 | - |
| YUV | 98.17 | 123.39 | 192.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 54 | 90 | 0 | 0.71 | 0.52 | 0.26 | 343.88 | 0.55 | 0.47 |
| Hex | BC | 36 | 5A | 0 | 47 | 34 | 1A | 158 | 37 | 2F |
| Octal | 274 | 66 | 132 | 0 | 107 | 64 | 32 | 530 | 67 | 57 |
| Binary | 10111100 | 110110 | 1011010 | 0 | 1000111 | 110100 | 11010 | 101011000 | 110111 | 101111 |
Color Harmonies of #BC365A
Complementary color
Monochromatic Colors of #BC365A
Black with #BC365A
Text Example
Text Example
White with #BC365A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC365A; }
p { color: rgb(188,54,90); }
H1.HeaderClassName
{
color: #BC365A;
}
.AnyTagClassName
{
color: #BC365A;
}
</style>
background-color css
<style>
a { background-color: #BC365A; }
a { background-color: rgb(188,54,90); }
div.DivClassName
{
background-color: #BC365A;
}
.BgClassName
{
background-color: #BC365A;
}
</style>
border-color css
<style>
span { border-color: #BC365A; }
span { border-color: rgb(188,54,90); }
td.TdClassName
{
border-color: #BC365A;
}
.TagClassName
{
border-color: #BC365A;
}
</style>