Shades of Old Rose #BC234C
Tints of Old Rose #BC234C
RGB
CMYK
RGB Variations
Color information
#BC234C (or 0xBC234C) is known color: Old Rose. HEX triplet: BC, 23 and 4C. RGB value is (188,35,76). Sum of RGB (Red+Green+Blue) = 188+35+76=299 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.88% from 299); Green value is 35 (14.06% from 255 or 11.71% from 299); Blue value is 76 (30.08% from 255 or 25.42% from 299); Max value from RGB is 188 - color contains mainly: red. Hex color #BC234C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC234C is #43DCB3. Grayscale: #555555. Windows color (decimal): -4447412 or 4989884. OLE color: 4989884.
HSL color Cylindrical-coordinate representation of color #BC234C: hue angle of 343.92º 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 #BC234C is Cyan = 0, Magento = 0.81, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 35 | 76 | - |
| CMYK | 0 | 0.81 | 0.60 | 0.26 |
| HSL | 343.92º | 0.69% | 0.44% | - |
| HSV(B) | 343.92º | 0.81% | 0.74% | - |
| XYZ | 22.64 | 12.42 | 8.04 | - |
| YUV | 85.42 | 122.69 | 201.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 35 | 76 | 0 | 0.81 | 0.60 | 0.26 | 343.92 | 0.69 | 0.44 |
| Hex | BC | 23 | 4C | 0 | 51 | 3C | 1A | 158 | 45 | 2C |
| Octal | 274 | 43 | 114 | 0 | 121 | 74 | 32 | 530 | 105 | 54 |
| Binary | 10111100 | 100011 | 1001100 | 0 | 1010001 | 111100 | 11010 | 101011000 | 1000101 | 101100 |
Color Harmonies of #BC234C
Complementary color
Monochromatic Colors of #BC234C
Black with #BC234C
Text Example
Text Example
White with #BC234C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC234C; }
p { color: rgb(188,35,76); }
H1.HeaderClassName
{
color: #BC234C;
}
.AnyTagClassName
{
color: #BC234C;
}
</style>
background-color css
<style>
a { background-color: #BC234C; }
a { background-color: rgb(188,35,76); }
div.DivClassName
{
background-color: #BC234C;
}
.BgClassName
{
background-color: #BC234C;
}
</style>
border-color css
<style>
span { border-color: #BC234C; }
span { border-color: rgb(188,35,76); }
td.TdClassName
{
border-color: #BC234C;
}
.TagClassName
{
border-color: #BC234C;
}
</style>