Shades of Old Rose #BC4348
Tints of Old Rose #BC4348
RGB
CMYK
RGB Variations
Color information
#BC4348 (or 0xBC4348) is known color: Old Rose. HEX triplet: BC, 43 and 48. RGB value is (188,67,72). Sum of RGB (Red+Green+Blue) = 188+67+72=327 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.49% from 327); Green value is 67 (26.56% from 255 or 20.49% from 327); Blue value is 72 (28.52% from 255 or 22.02% from 327); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4348 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4348 is #43BCB7. Grayscale: #676767. Windows color (decimal): -4439224 or 4735932. OLE color: 4735932.
HSL color Cylindrical-coordinate representation of color #BC4348: hue angle of 357.52º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BC4348 is Cyan = 0, Magento = 0.64, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 67 | 72 | - |
| CMYK | 0 | 0.64 | 0.62 | 0.26 |
| HSL | 357.52º | 0.47% | 0.5% | - |
| HSV(B) | 357.52º | 0.64% | 0.74% | - |
| XYZ | 23.92 | 15.17 | 7.8 | - |
| YUV | 103.75 | 110.09 | 188.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 67 | 72 | 0 | 0.64 | 0.62 | 0.26 | 357.52 | 0.47 | 0.5 |
| Hex | BC | 43 | 48 | 0 | 40 | 3E | 1A | 166 | 2F | 32 |
| Octal | 274 | 103 | 110 | 0 | 100 | 76 | 32 | 546 | 57 | 62 |
| Binary | 10111100 | 1000011 | 1001000 | 0 | 1000000 | 111110 | 11010 | 101100110 | 101111 | 110010 |
Color Harmonies of #BC4348
Complementary color
Monochromatic Colors of #BC4348
Black with #BC4348
Text Example
Text Example
White with #BC4348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC4348; }
p { color: rgb(188,67,72); }
H1.HeaderClassName
{
color: #BC4348;
}
.AnyTagClassName
{
color: #BC4348;
}
</style>
background-color css
<style>
a { background-color: #BC4348; }
a { background-color: rgb(188,67,72); }
div.DivClassName
{
background-color: #BC4348;
}
.BgClassName
{
background-color: #BC4348;
}
</style>
border-color css
<style>
span { border-color: #BC4348; }
span { border-color: rgb(188,67,72); }
td.TdClassName
{
border-color: #BC4348;
}
.TagClassName
{
border-color: #BC4348;
}
</style>