Shades of Old Rose #BC355C
Tints of Old Rose #BC355C
RGB
CMYK
RGB Variations
Color information
#BC355C (or 0xBC355C) is known color: Old Rose. HEX triplet: BC, 35 and 5C. RGB value is (188,53,92). Sum of RGB (Red+Green+Blue) = 188+53+92=333 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.46% from 333); Green value is 53 (21.09% from 255 or 15.92% from 333); Blue value is 92 (36.33% from 255 or 27.63% from 333); Max value from RGB is 188 - color contains mainly: red. Hex color #BC355C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC355C is #43CAA3. Grayscale: #616161. Windows color (decimal): -4442788 or 6043068. OLE color: 6043068.
HSL color Cylindrical-coordinate representation of color #BC355C: hue angle of 342.67º 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 #BC355C is Cyan = 0, Magento = 0.72, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 53 | 92 | - |
| CMYK | 0 | 0.72 | 0.51 | 0.26 |
| HSL | 342.67º | 0.56% | 0.47% | - |
| HSV(B) | 342.67º | 0.72% | 0.74% | - |
| XYZ | 23.94 | 14.01 | 11.57 | - |
| YUV | 97.81 | 124.73 | 192.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 53 | 92 | 0 | 0.72 | 0.51 | 0.26 | 342.67 | 0.56 | 0.47 |
| Hex | BC | 35 | 5C | 0 | 48 | 33 | 1A | 157 | 38 | 2F |
| Octal | 274 | 65 | 134 | 0 | 110 | 63 | 32 | 527 | 70 | 57 |
| Binary | 10111100 | 110101 | 1011100 | 0 | 1001000 | 110011 | 11010 | 101010111 | 111000 | 101111 |
Color Harmonies of #BC355C
Complementary color
Monochromatic Colors of #BC355C
Black with #BC355C
Text Example
Text Example
White with #BC355C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC355C; }
p { color: rgb(188,53,92); }
H1.HeaderClassName
{
color: #BC355C;
}
.AnyTagClassName
{
color: #BC355C;
}
</style>
background-color css
<style>
a { background-color: #BC355C; }
a { background-color: rgb(188,53,92); }
div.DivClassName
{
background-color: #BC355C;
}
.BgClassName
{
background-color: #BC355C;
}
</style>
border-color css
<style>
span { border-color: #BC355C; }
span { border-color: rgb(188,53,92); }
td.TdClassName
{
border-color: #BC355C;
}
.TagClassName
{
border-color: #BC355C;
}
</style>