Shades of Old Rose #B43159
Tints of Old Rose #B43159
RGB
CMYK
RGB Variations
Color information
#B43159 (or 0xB43159) is known color: Old Rose. HEX triplet: B4, 31 and 59. RGB value is (180,49,89). Sum of RGB (Red+Green+Blue) = 180+49+89=318 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.60% from 318); Green value is 49 (19.53% from 255 or 15.41% from 318); Blue value is 89 (35.16% from 255 or 27.99% from 318); Max value from RGB is 180 - color contains mainly: red. Hex color #B43159 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43159 is #4BCEA6. Grayscale: #5C5C5C. Windows color (decimal): -4968103 or 5845428. OLE color: 5845428.
HSL color Cylindrical-coordinate representation of color #B43159: hue angle of 341.68º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B43159 is Cyan = 0, Magento = 0.73, Yellow = 0.51 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 49 | 89 | - |
| CMYK | 0 | 0.73 | 0.51 | 0.29 |
| HSL | 341.68º | 0.57% | 0.45% | - |
| HSV(B) | 341.68º | 0.73% | 0.71% | - |
| XYZ | 21.72 | 12.62 | 10.74 | - |
| YUV | 92.73 | 125.9 | 190.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 49 | 89 | 0 | 0.73 | 0.51 | 0.29 | 341.68 | 0.57 | 0.45 |
| Hex | B4 | 31 | 59 | 0 | 49 | 33 | 1D | 156 | 39 | 2D |
| Octal | 264 | 61 | 131 | 0 | 111 | 63 | 35 | 526 | 71 | 55 |
| Binary | 10110100 | 110001 | 1011001 | 0 | 1001001 | 110011 | 11101 | 101010110 | 111001 | 101101 |
Color Harmonies of #B43159
Complementary color
Monochromatic Colors of #B43159
Black with #B43159
Text Example
Text Example
White with #B43159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43159; }
p { color: rgb(180,49,89); }
H1.HeaderClassName
{
color: #B43159;
}
.AnyTagClassName
{
color: #B43159;
}
</style>
background-color css
<style>
a { background-color: #B43159; }
a { background-color: rgb(180,49,89); }
div.DivClassName
{
background-color: #B43159;
}
.BgClassName
{
background-color: #B43159;
}
</style>
border-color css
<style>
span { border-color: #B43159; }
span { border-color: rgb(180,49,89); }
td.TdClassName
{
border-color: #B43159;
}
.TagClassName
{
border-color: #B43159;
}
</style>