Shades of Old Rose #BC274D
Tints of Old Rose #BC274D
RGB
CMYK
RGB Variations
Color information
#BC274D (or 0xBC274D) is known color: Old Rose. HEX triplet: BC, 27 and 4D. RGB value is (188,39,77). Sum of RGB (Red+Green+Blue) = 188+39+77=304 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.84% from 304); Green value is 39 (15.62% from 255 or 12.83% from 304); Blue value is 77 (30.47% from 255 or 25.33% from 304); Max value from RGB is 188 - color contains mainly: red. Hex color #BC274D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC274D is #43D8B2. Grayscale: #575757. Windows color (decimal): -4446387 or 5056444. OLE color: 5056444.
HSL color Cylindrical-coordinate representation of color #BC274D: hue angle of 344.7º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC274D is Cyan = 0, Magento = 0.79, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 39 | 77 | - |
| CMYK | 0 | 0.79 | 0.59 | 0.26 |
| HSL | 344.7º | 0.66% | 0.45% | - |
| HSV(B) | 344.7º | 0.79% | 0.74% | - |
| XYZ | 22.8 | 12.68 | 8.27 | - |
| YUV | 87.88 | 121.86 | 199.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 39 | 77 | 0 | 0.79 | 0.59 | 0.26 | 344.7 | 0.66 | 0.45 |
| Hex | BC | 27 | 4D | 0 | 4F | 3B | 1A | 159 | 42 | 2D |
| Octal | 274 | 47 | 115 | 0 | 117 | 73 | 32 | 531 | 102 | 55 |
| Binary | 10111100 | 100111 | 1001101 | 0 | 1001111 | 111011 | 11010 | 101011001 | 1000010 | 101101 |
Color Harmonies of #BC274D
Complementary color
Monochromatic Colors of #BC274D
Black with #BC274D
Text Example
Text Example
White with #BC274D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC274D; }
p { color: rgb(188,39,77); }
H1.HeaderClassName
{
color: #BC274D;
}
.AnyTagClassName
{
color: #BC274D;
}
</style>
background-color css
<style>
a { background-color: #BC274D; }
a { background-color: rgb(188,39,77); }
div.DivClassName
{
background-color: #BC274D;
}
.BgClassName
{
background-color: #BC274D;
}
</style>
border-color css
<style>
span { border-color: #BC274D; }
span { border-color: rgb(188,39,77); }
td.TdClassName
{
border-color: #BC274D;
}
.TagClassName
{
border-color: #BC274D;
}
</style>