Shades of Old Rose #B12457
Tints of Old Rose #B12457
RGB
CMYK
RGB Variations
Color information
#B12457 (or 0xB12457) is known color: Old Rose. HEX triplet: B1, 24 and 57. RGB value is (177,36,87). Sum of RGB (Red+Green+Blue) = 177+36+87=300 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59% from 300); Green value is 36 (14.45% from 255 or 12% from 300); Blue value is 87 (34.38% from 255 or 29% from 300); Max value from RGB is 177 - color contains mainly: red. Hex color #B12457 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12457 is #4EDBA8. Grayscale: #535353. Windows color (decimal): -5168041 or 5711025. OLE color: 5711025.
HSL color Cylindrical-coordinate representation of color #B12457: hue angle of 338.3º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B12457 is Cyan = 0, Magento = 0.80, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 36 | 87 | - |
| CMYK | 0 | 0.80 | 0.51 | 0.31 |
| HSL | 338.3º | 0.66% | 0.42% | - |
| HSV(B) | 338.3º | 0.8% | 0.69% | - |
| XYZ | 20.48 | 11.3 | 10.12 | - |
| YUV | 83.97 | 129.71 | 194.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 36 | 87 | 0 | 0.80 | 0.51 | 0.31 | 338.3 | 0.66 | 0.42 |
| Hex | B1 | 24 | 57 | 0 | 50 | 33 | 1F | 152 | 42 | 2A |
| Octal | 261 | 44 | 127 | 0 | 120 | 63 | 37 | 522 | 102 | 52 |
| Binary | 10110001 | 100100 | 1010111 | 0 | 1010000 | 110011 | 11111 | 101010010 | 1000010 | 101010 |
Color Harmonies of #B12457
Complementary color
Monochromatic Colors of #B12457
Black with #B12457
Text Example
Text Example
White with #B12457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12457; }
p { color: rgb(177,36,87); }
H1.HeaderClassName
{
color: #B12457;
}
.AnyTagClassName
{
color: #B12457;
}
</style>
background-color css
<style>
a { background-color: #B12457; }
a { background-color: rgb(177,36,87); }
div.DivClassName
{
background-color: #B12457;
}
.BgClassName
{
background-color: #B12457;
}
</style>
border-color css
<style>
span { border-color: #B12457; }
span { border-color: rgb(177,36,87); }
td.TdClassName
{
border-color: #B12457;
}
.TagClassName
{
border-color: #B12457;
}
</style>