Shades of Old Rose #B81C58
Tints of Old Rose #B81C58
RGB
CMYK
RGB Variations
Color information
#B81C58 (or 0xB81C58) is known color: Old Rose. HEX triplet: B8, 1C and 58. RGB value is (184,28,88). Sum of RGB (Red+Green+Blue) = 184+28+88=300 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.33% from 300); Green value is 28 (11.33% from 255 or 9.33% from 300); Blue value is 88 (34.77% from 255 or 29.33% from 300); Max value from RGB is 184 - color contains mainly: red. Hex color #B81C58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B81C58 is #47E3A7. Grayscale: #515151. Windows color (decimal): -4711336 or 5774520. OLE color: 5774520.
HSL color Cylindrical-coordinate representation of color #B81C58: hue angle of 336.92º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B81C58 is Cyan = 0, Magento = 0.85, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 28 | 88 | - |
| CMYK | 0 | 0.85 | 0.52 | 0.28 |
| HSL | 336.92º | 0.74% | 0.42% | - |
| HSV(B) | 336.92º | 0.85% | 0.72% | - |
| XYZ | 21.94 | 11.73 | 10.34 | - |
| YUV | 81.48 | 131.68 | 201.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 28 | 88 | 0 | 0.85 | 0.52 | 0.28 | 336.92 | 0.74 | 0.42 |
| Hex | B8 | 1C | 58 | 0 | 55 | 34 | 1C | 151 | 4A | 2A |
| Octal | 270 | 34 | 130 | 0 | 125 | 64 | 34 | 521 | 112 | 52 |
| Binary | 10111000 | 11100 | 1011000 | 0 | 1010101 | 110100 | 11100 | 101010001 | 1001010 | 101010 |
Color Harmonies of #B81C58
Complementary color
Monochromatic Colors of #B81C58
Black with #B81C58
Text Example
Text Example
White with #B81C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81C58; }
p { color: rgb(184,28,88); }
H1.HeaderClassName
{
color: #B81C58;
}
.AnyTagClassName
{
color: #B81C58;
}
</style>
background-color css
<style>
a { background-color: #B81C58; }
a { background-color: rgb(184,28,88); }
div.DivClassName
{
background-color: #B81C58;
}
.BgClassName
{
background-color: #B81C58;
}
</style>
border-color css
<style>
span { border-color: #B81C58; }
span { border-color: rgb(184,28,88); }
td.TdClassName
{
border-color: #B81C58;
}
.TagClassName
{
border-color: #B81C58;
}
</style>