Shades of Old Rose #BC355E
Tints of Old Rose #BC355E
RGB
CMYK
RGB Variations
Color information
#BC355E (or 0xBC355E) is known color: Old Rose. HEX triplet: BC, 35 and 5E. RGB value is (188,53,94). Sum of RGB (Red+Green+Blue) = 188+53+94=335 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.12% from 335); Green value is 53 (21.09% from 255 or 15.82% from 335); Blue value is 94 (37.11% from 255 or 28.06% from 335); Max value from RGB is 188 - color contains mainly: red. Hex color #BC355E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC355E is #43CAA1. Grayscale: #626262. Windows color (decimal): -4442786 or 6174140. OLE color: 6174140.
HSL color Cylindrical-coordinate representation of color #BC355E: hue angle of 341.78º 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 #BC355E is Cyan = 0, Magento = 0.72, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 53 | 94 | - |
| CMYK | 0 | 0.72 | 0.50 | 0.26 |
| HSL | 341.78º | 0.56% | 0.47% | - |
| HSV(B) | 341.78º | 0.72% | 0.74% | - |
| XYZ | 24.03 | 14.05 | 12.03 | - |
| YUV | 98.04 | 125.73 | 192.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 53 | 94 | 0 | 0.72 | 0.50 | 0.26 | 341.78 | 0.56 | 0.47 |
| Hex | BC | 35 | 5E | 0 | 48 | 32 | 1A | 156 | 38 | 2F |
| Octal | 274 | 65 | 136 | 0 | 110 | 62 | 32 | 526 | 70 | 57 |
| Binary | 10111100 | 110101 | 1011110 | 0 | 1001000 | 110010 | 11010 | 101010110 | 111000 | 101111 |
Color Harmonies of #BC355E
Complementary color
Monochromatic Colors of #BC355E
Black with #BC355E
Text Example
Text Example
White with #BC355E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC355E; }
p { color: rgb(188,53,94); }
H1.HeaderClassName
{
color: #BC355E;
}
.AnyTagClassName
{
color: #BC355E;
}
</style>
background-color css
<style>
a { background-color: #BC355E; }
a { background-color: rgb(188,53,94); }
div.DivClassName
{
background-color: #BC355E;
}
.BgClassName
{
background-color: #BC355E;
}
</style>
border-color css
<style>
span { border-color: #BC355E; }
span { border-color: rgb(188,53,94); }
td.TdClassName
{
border-color: #BC355E;
}
.TagClassName
{
border-color: #BC355E;
}
</style>