Shades of Old Rose #B42859
Tints of Old Rose #B42859
RGB
CMYK
RGB Variations
Color information
#B42859 (or 0xB42859) is known color: Old Rose. HEX triplet: B4, 28 and 59. RGB value is (180,40,89). Sum of RGB (Red+Green+Blue) = 180+40+89=309 (40% of max value = 765). Red value is 180 (70.70% from 255 or 58.25% from 309); Green value is 40 (16.02% from 255 or 12.94% from 309); Blue value is 89 (35.16% from 255 or 28.80% from 309); Max value from RGB is 180 - color contains mainly: red. Hex color #B42859 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42859 is #4BD7A6. Grayscale: #575757. Windows color (decimal): -4970407 or 5843124. OLE color: 5843124.
HSL color Cylindrical-coordinate representation of color #B42859: hue angle of 339º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B42859 is Cyan = 0, Magento = 0.78, Yellow = 0.51 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 40 | 89 | - |
| CMYK | 0 | 0.78 | 0.51 | 0.29 |
| HSL | 339º | 0.64% | 0.43% | - |
| HSV(B) | 339º | 0.78% | 0.71% | - |
| XYZ | 21.38 | 11.94 | 10.63 | - |
| YUV | 87.45 | 128.88 | 194.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 40 | 89 | 0 | 0.78 | 0.51 | 0.29 | 339 | 0.64 | 0.43 |
| Hex | B4 | 28 | 59 | 0 | 4E | 33 | 1D | 153 | 40 | 2B |
| Octal | 264 | 50 | 131 | 0 | 116 | 63 | 35 | 523 | 100 | 53 |
| Binary | 10110100 | 101000 | 1011001 | 0 | 1001110 | 110011 | 11101 | 101010011 | 1000000 | 101011 |
Color Harmonies of #B42859
Complementary color
Monochromatic Colors of #B42859
Black with #B42859
Text Example
Text Example
White with #B42859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42859; }
p { color: rgb(180,40,89); }
H1.HeaderClassName
{
color: #B42859;
}
.AnyTagClassName
{
color: #B42859;
}
</style>
background-color css
<style>
a { background-color: #B42859; }
a { background-color: rgb(180,40,89); }
div.DivClassName
{
background-color: #B42859;
}
.BgClassName
{
background-color: #B42859;
}
</style>
border-color css
<style>
span { border-color: #B42859; }
span { border-color: rgb(180,40,89); }
td.TdClassName
{
border-color: #B42859;
}
.TagClassName
{
border-color: #B42859;
}
</style>