Shades of Old Rose #BC355B
Tints of Old Rose #BC355B
RGB
CMYK
RGB Variations
Color information
#BC355B (or 0xBC355B) is known color: Old Rose. HEX triplet: BC, 35 and 5B. RGB value is (188,53,91). Sum of RGB (Red+Green+Blue) = 188+53+91=332 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.63% from 332); Green value is 53 (21.09% from 255 or 15.96% from 332); Blue value is 91 (35.94% from 255 or 27.41% from 332); Max value from RGB is 188 - color contains mainly: red. Hex color #BC355B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC355B is #43CAA4. Grayscale: #616161. Windows color (decimal): -4442789 or 5977532. OLE color: 5977532.
HSL color Cylindrical-coordinate representation of color #BC355B: hue angle of 343.11º 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 #BC355B is Cyan = 0, Magento = 0.72, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 53 | 91 | - |
| CMYK | 0 | 0.72 | 0.52 | 0.26 |
| HSL | 343.11º | 0.56% | 0.47% | - |
| HSV(B) | 343.11º | 0.72% | 0.74% | - |
| XYZ | 23.9 | 13.99 | 11.34 | - |
| YUV | 97.7 | 124.23 | 192.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 53 | 91 | 0 | 0.72 | 0.52 | 0.26 | 343.11 | 0.56 | 0.47 |
| Hex | BC | 35 | 5B | 0 | 48 | 34 | 1A | 157 | 38 | 2F |
| Octal | 274 | 65 | 133 | 0 | 110 | 64 | 32 | 527 | 70 | 57 |
| Binary | 10111100 | 110101 | 1011011 | 0 | 1001000 | 110100 | 11010 | 101010111 | 111000 | 101111 |
Color Harmonies of #BC355B
Complementary color
Monochromatic Colors of #BC355B
Black with #BC355B
Text Example
Text Example
White with #BC355B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC355B; }
p { color: rgb(188,53,91); }
H1.HeaderClassName
{
color: #BC355B;
}
.AnyTagClassName
{
color: #BC355B;
}
</style>
background-color css
<style>
a { background-color: #BC355B; }
a { background-color: rgb(188,53,91); }
div.DivClassName
{
background-color: #BC355B;
}
.BgClassName
{
background-color: #BC355B;
}
</style>
border-color css
<style>
span { border-color: #BC355B; }
span { border-color: rgb(188,53,91); }
td.TdClassName
{
border-color: #BC355B;
}
.TagClassName
{
border-color: #BC355B;
}
</style>