Shades of Old Rose #BC434A
Tints of Old Rose #BC434A
RGB
CMYK
RGB Variations
Color information
#BC434A (or 0xBC434A) is known color: Old Rose. HEX triplet: BC, 43 and 4A. RGB value is (188,67,74). Sum of RGB (Red+Green+Blue) = 188+67+74=329 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.14% from 329); Green value is 67 (26.56% from 255 or 20.36% from 329); Blue value is 74 (29.30% from 255 or 22.49% from 329); Max value from RGB is 188 - color contains mainly: red. Hex color #BC434A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC434A is #43BCB5. Grayscale: #686868. Windows color (decimal): -4439222 or 4867004. OLE color: 4867004.
HSL color Cylindrical-coordinate representation of color #BC434A: hue angle of 356.53º 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 #BC434A is Cyan = 0, Magento = 0.64, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 67 | 74 | - |
| CMYK | 0 | 0.64 | 0.61 | 0.26 |
| HSL | 356.53º | 0.47% | 0.5% | - |
| HSV(B) | 356.53º | 0.64% | 0.74% | - |
| XYZ | 23.98 | 15.2 | 8.15 | - |
| YUV | 103.98 | 111.09 | 187.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 67 | 74 | 0 | 0.64 | 0.61 | 0.26 | 356.53 | 0.47 | 0.5 |
| Hex | BC | 43 | 4A | 0 | 40 | 3D | 1A | 165 | 2F | 32 |
| Octal | 274 | 103 | 112 | 0 | 100 | 75 | 32 | 545 | 57 | 62 |
| Binary | 10111100 | 1000011 | 1001010 | 0 | 1000000 | 111101 | 11010 | 101100101 | 101111 | 110010 |
Color Harmonies of #BC434A
Complementary color
Monochromatic Colors of #BC434A
Black with #BC434A
Text Example
Text Example
White with #BC434A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC434A; }
p { color: rgb(188,67,74); }
H1.HeaderClassName
{
color: #BC434A;
}
.AnyTagClassName
{
color: #BC434A;
}
</style>
background-color css
<style>
a { background-color: #BC434A; }
a { background-color: rgb(188,67,74); }
div.DivClassName
{
background-color: #BC434A;
}
.BgClassName
{
background-color: #BC434A;
}
</style>
border-color css
<style>
span { border-color: #BC434A; }
span { border-color: rgb(188,67,74); }
td.TdClassName
{
border-color: #BC434A;
}
.TagClassName
{
border-color: #BC434A;
}
</style>