Shades of Old Rose #BC335A
Tints of Old Rose #BC335A
RGB
CMYK
RGB Variations
Color information
#BC335A (or 0xBC335A) is known color: Old Rose. HEX triplet: BC, 33 and 5A. RGB value is (188,51,90). Sum of RGB (Red+Green+Blue) = 188+51+90=329 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.14% from 329); Green value is 51 (20.31% from 255 or 15.50% from 329); Blue value is 90 (35.55% from 255 or 27.36% from 329); Max value from RGB is 188 - color contains mainly: red. Hex color #BC335A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC335A is #43CCA5. Grayscale: #606060. Windows color (decimal): -4443302 or 5911484. OLE color: 5911484.
HSL color Cylindrical-coordinate representation of color #BC335A: hue angle of 342.92º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BC335A is Cyan = 0, Magento = 0.73, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 51 | 90 | - |
| CMYK | 0 | 0.73 | 0.52 | 0.26 |
| HSL | 342.92º | 0.57% | 0.47% | - |
| HSV(B) | 342.92º | 0.73% | 0.74% | - |
| XYZ | 23.77 | 13.8 | 11.08 | - |
| YUV | 96.41 | 124.39 | 193.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 51 | 90 | 0 | 0.73 | 0.52 | 0.26 | 342.92 | 0.57 | 0.47 |
| Hex | BC | 33 | 5A | 0 | 49 | 34 | 1A | 157 | 39 | 2F |
| Octal | 274 | 63 | 132 | 0 | 111 | 64 | 32 | 527 | 71 | 57 |
| Binary | 10111100 | 110011 | 1011010 | 0 | 1001001 | 110100 | 11010 | 101010111 | 111001 | 101111 |
Color Harmonies of #BC335A
Complementary color
Monochromatic Colors of #BC335A
Black with #BC335A
Text Example
Text Example
White with #BC335A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC335A; }
p { color: rgb(188,51,90); }
H1.HeaderClassName
{
color: #BC335A;
}
.AnyTagClassName
{
color: #BC335A;
}
</style>
background-color css
<style>
a { background-color: #BC335A; }
a { background-color: rgb(188,51,90); }
div.DivClassName
{
background-color: #BC335A;
}
.BgClassName
{
background-color: #BC335A;
}
</style>
border-color css
<style>
span { border-color: #BC335A; }
span { border-color: rgb(188,51,90); }
td.TdClassName
{
border-color: #BC335A;
}
.TagClassName
{
border-color: #BC335A;
}
</style>