Shades of Old Rose #BC345A
Tints of Old Rose #BC345A
RGB
CMYK
RGB Variations
Color information
#BC345A (or 0xBC345A) is known color: Old Rose. HEX triplet: BC, 34 and 5A. RGB value is (188,52,90). Sum of RGB (Red+Green+Blue) = 188+52+90=330 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.97% from 330); Green value is 52 (20.70% from 255 or 15.76% from 330); Blue value is 90 (35.55% from 255 or 27.27% from 330); Max value from RGB is 188 - color contains mainly: red. Hex color #BC345A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC345A is #43CBA5. Grayscale: #606060. Windows color (decimal): -4443046 or 5911740. OLE color: 5911740.
HSL color Cylindrical-coordinate representation of color #BC345A: hue angle of 343.24º degrees, saturation: 0.57, 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 #BC345A is Cyan = 0, Magento = 0.72, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 52 | 90 | - |
| CMYK | 0 | 0.72 | 0.52 | 0.26 |
| HSL | 343.24º | 0.57% | 0.47% | - |
| HSV(B) | 343.24º | 0.72% | 0.74% | - |
| XYZ | 23.81 | 13.89 | 11.1 | - |
| YUV | 97 | 124.06 | 192.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 52 | 90 | 0 | 0.72 | 0.52 | 0.26 | 343.24 | 0.57 | 0.47 |
| Hex | BC | 34 | 5A | 0 | 48 | 34 | 1A | 157 | 39 | 2F |
| Octal | 274 | 64 | 132 | 0 | 110 | 64 | 32 | 527 | 71 | 57 |
| Binary | 10111100 | 110100 | 1011010 | 0 | 1001000 | 110100 | 11010 | 101010111 | 111001 | 101111 |
Color Harmonies of #BC345A
Complementary color
Monochromatic Colors of #BC345A
Black with #BC345A
Text Example
Text Example
White with #BC345A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC345A; }
p { color: rgb(188,52,90); }
H1.HeaderClassName
{
color: #BC345A;
}
.AnyTagClassName
{
color: #BC345A;
}
</style>
background-color css
<style>
a { background-color: #BC345A; }
a { background-color: rgb(188,52,90); }
div.DivClassName
{
background-color: #BC345A;
}
.BgClassName
{
background-color: #BC345A;
}
</style>
border-color css
<style>
span { border-color: #BC345A; }
span { border-color: rgb(188,52,90); }
td.TdClassName
{
border-color: #BC345A;
}
.TagClassName
{
border-color: #BC345A;
}
</style>