Shades of Old Rose #BC354F
Tints of Old Rose #BC354F
RGB
CMYK
RGB Variations
Color information
#BC354F (or 0xBC354F) is known color: Old Rose. HEX triplet: BC, 35 and 4F. RGB value is (188,53,79). Sum of RGB (Red+Green+Blue) = 188+53+79=320 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.75% from 320); Green value is 53 (21.09% from 255 or 16.56% from 320); Blue value is 79 (31.25% from 255 or 24.69% from 320); Max value from RGB is 188 - color contains mainly: red. Hex color #BC354F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC354F is #43CAB0. Grayscale: #606060. Windows color (decimal): -4442801 or 5191100. OLE color: 5191100.
HSL color Cylindrical-coordinate representation of color #BC354F: hue angle of 348.44º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BC354F is Cyan = 0, Magento = 0.72, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 53 | 79 | - |
| CMYK | 0 | 0.72 | 0.58 | 0.26 |
| HSL | 348.44º | 0.56% | 0.47% | - |
| HSV(B) | 348.44º | 0.72% | 0.74% | - |
| XYZ | 23.42 | 13.8 | 8.83 | - |
| YUV | 96.33 | 118.23 | 193.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 53 | 79 | 0 | 0.72 | 0.58 | 0.26 | 348.44 | 0.56 | 0.47 |
| Hex | BC | 35 | 4F | 0 | 48 | 3A | 1A | 15C | 38 | 2F |
| Octal | 274 | 65 | 117 | 0 | 110 | 72 | 32 | 534 | 70 | 57 |
| Binary | 10111100 | 110101 | 1001111 | 0 | 1001000 | 111010 | 11010 | 101011100 | 111000 | 101111 |
Color Harmonies of #BC354F
Complementary color
Monochromatic Colors of #BC354F
Black with #BC354F
Text Example
Text Example
White with #BC354F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC354F; }
p { color: rgb(188,53,79); }
H1.HeaderClassName
{
color: #BC354F;
}
.AnyTagClassName
{
color: #BC354F;
}
</style>
background-color css
<style>
a { background-color: #BC354F; }
a { background-color: rgb(188,53,79); }
div.DivClassName
{
background-color: #BC354F;
}
.BgClassName
{
background-color: #BC354F;
}
</style>
border-color css
<style>
span { border-color: #BC354F; }
span { border-color: rgb(188,53,79); }
td.TdClassName
{
border-color: #BC354F;
}
.TagClassName
{
border-color: #BC354F;
}
</style>