Shades of Old Rose #BC235A
Tints of Old Rose #BC235A
RGB
CMYK
RGB Variations
Color information
#BC235A (or 0xBC235A) is known color: Old Rose. HEX triplet: BC, 23 and 5A. RGB value is (188,35,90). Sum of RGB (Red+Green+Blue) = 188+35+90=313 (41% of max value = 765). Red value is 188 (73.83% from 255 or 60.06% from 313); Green value is 35 (14.06% from 255 or 11.18% from 313); Blue value is 90 (35.55% from 255 or 28.75% from 313); Max value from RGB is 188 - color contains mainly: red. Hex color #BC235A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC235A is #43DCA5. Grayscale: #565656. Windows color (decimal): -4447398 or 5907388. OLE color: 5907388.
HSL color Cylindrical-coordinate representation of color #BC235A: hue angle of 338.43º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BC235A is Cyan = 0, Magento = 0.81, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 35 | 90 | - |
| CMYK | 0 | 0.81 | 0.52 | 0.26 |
| HSL | 338.43º | 0.69% | 0.44% | - |
| HSV(B) | 338.43º | 0.81% | 0.74% | - |
| XYZ | 23.19 | 12.63 | 10.89 | - |
| YUV | 87.02 | 129.69 | 200.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 35 | 90 | 0 | 0.81 | 0.52 | 0.26 | 338.43 | 0.69 | 0.44 |
| Hex | BC | 23 | 5A | 0 | 51 | 34 | 1A | 152 | 45 | 2C |
| Octal | 274 | 43 | 132 | 0 | 121 | 64 | 32 | 522 | 105 | 54 |
| Binary | 10111100 | 100011 | 1011010 | 0 | 1010001 | 110100 | 11010 | 101010010 | 1000101 | 101100 |
Color Harmonies of #BC235A
Complementary color
Monochromatic Colors of #BC235A
Black with #BC235A
Text Example
Text Example
White with #BC235A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC235A; }
p { color: rgb(188,35,90); }
H1.HeaderClassName
{
color: #BC235A;
}
.AnyTagClassName
{
color: #BC235A;
}
</style>
background-color css
<style>
a { background-color: #BC235A; }
a { background-color: rgb(188,35,90); }
div.DivClassName
{
background-color: #BC235A;
}
.BgClassName
{
background-color: #BC235A;
}
</style>
border-color css
<style>
span { border-color: #BC235A; }
span { border-color: rgb(188,35,90); }
td.TdClassName
{
border-color: #BC235A;
}
.TagClassName
{
border-color: #BC235A;
}
</style>