Shades of Old Rose #BC274B
Tints of Old Rose #BC274B
RGB
CMYK
RGB Variations
Color information
#BC274B (or 0xBC274B) is known color: Old Rose. HEX triplet: BC, 27 and 4B. RGB value is (188,39,75). Sum of RGB (Red+Green+Blue) = 188+39+75=302 (40% of max value = 765). Red value is 188 (73.83% from 255 or 62.25% from 302); Green value is 39 (15.62% from 255 or 12.91% from 302); Blue value is 75 (29.69% from 255 or 24.83% from 302); Max value from RGB is 188 - color contains mainly: red. Hex color #BC274B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC274B is #43D8B4. Grayscale: #575757. Windows color (decimal): -4446389 or 4925372. OLE color: 4925372.
HSL color Cylindrical-coordinate representation of color #BC274B: hue angle of 345.5º 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 #BC274B is Cyan = 0, Magento = 0.79, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 39 | 75 | - |
| CMYK | 0 | 0.79 | 0.60 | 0.26 |
| HSL | 345.5º | 0.66% | 0.45% | - |
| HSV(B) | 345.5º | 0.79% | 0.74% | - |
| XYZ | 22.73 | 12.65 | 7.9 | - |
| YUV | 87.66 | 120.86 | 199.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 39 | 75 | 0 | 0.79 | 0.60 | 0.26 | 345.5 | 0.66 | 0.45 |
| Hex | BC | 27 | 4B | 0 | 4F | 3C | 1A | 15A | 42 | 2D |
| Octal | 274 | 47 | 113 | 0 | 117 | 74 | 32 | 532 | 102 | 55 |
| Binary | 10111100 | 100111 | 1001011 | 0 | 1001111 | 111100 | 11010 | 101011010 | 1000010 | 101101 |
Color Harmonies of #BC274B
Complementary color
Monochromatic Colors of #BC274B
Black with #BC274B
Text Example
Text Example
White with #BC274B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC274B; }
p { color: rgb(188,39,75); }
H1.HeaderClassName
{
color: #BC274B;
}
.AnyTagClassName
{
color: #BC274B;
}
</style>
background-color css
<style>
a { background-color: #BC274B; }
a { background-color: rgb(188,39,75); }
div.DivClassName
{
background-color: #BC274B;
}
.BgClassName
{
background-color: #BC274B;
}
</style>
border-color css
<style>
span { border-color: #BC274B; }
span { border-color: rgb(188,39,75); }
td.TdClassName
{
border-color: #BC274B;
}
.TagClassName
{
border-color: #BC274B;
}
</style>