Shades of Old Rose #B42654
Tints of Old Rose #B42654
RGB
CMYK
RGB Variations
Color information
#B42654 (or 0xB42654) is known color: Old Rose. HEX triplet: B4, 26 and 54. RGB value is (180,38,84). Sum of RGB (Red+Green+Blue) = 180+38+84=302 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.60% from 302); Green value is 38 (15.23% from 255 or 12.58% from 302); Blue value is 84 (33.20% from 255 or 27.81% from 302); Max value from RGB is 180 - color contains mainly: red. Hex color #B42654 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42654 is #4BD9AB. Grayscale: #555555. Windows color (decimal): -4970924 or 5514932. OLE color: 5514932.
HSL color Cylindrical-coordinate representation of color #B42654: hue angle of 340.56º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B42654 is Cyan = 0, Magento = 0.79, Yellow = 0.53 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 38 | 84 | - |
| CMYK | 0 | 0.79 | 0.53 | 0.29 |
| HSL | 340.56º | 0.65% | 0.43% | - |
| HSV(B) | 340.56º | 0.79% | 0.71% | - |
| XYZ | 21.12 | 11.73 | 9.54 | - |
| YUV | 85.7 | 127.04 | 195.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 38 | 84 | 0 | 0.79 | 0.53 | 0.29 | 340.56 | 0.65 | 0.43 |
| Hex | B4 | 26 | 54 | 0 | 4F | 35 | 1D | 155 | 41 | 2B |
| Octal | 264 | 46 | 124 | 0 | 117 | 65 | 35 | 525 | 101 | 53 |
| Binary | 10110100 | 100110 | 1010100 | 0 | 1001111 | 110101 | 11101 | 101010101 | 1000001 | 101011 |
Color Harmonies of #B42654
Complementary color
Monochromatic Colors of #B42654
Black with #B42654
Text Example
Text Example
White with #B42654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42654; }
p { color: rgb(180,38,84); }
H1.HeaderClassName
{
color: #B42654;
}
.AnyTagClassName
{
color: #B42654;
}
</style>
background-color css
<style>
a { background-color: #B42654; }
a { background-color: rgb(180,38,84); }
div.DivClassName
{
background-color: #B42654;
}
.BgClassName
{
background-color: #B42654;
}
</style>
border-color css
<style>
span { border-color: #B42654; }
span { border-color: rgb(180,38,84); }
td.TdClassName
{
border-color: #B42654;
}
.TagClassName
{
border-color: #B42654;
}
</style>