Shades of Old Rose #B83057
Tints of Old Rose #B83057
RGB
CMYK
RGB Variations
Color information
#B83057 (or 0xB83057) is known color: Old Rose. HEX triplet: B8, 30 and 57. RGB value is (184,48,87). Sum of RGB (Red+Green+Blue) = 184+48+87=319 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.68% from 319); Green value is 48 (19.14% from 255 or 15.05% from 319); Blue value is 87 (34.38% from 255 or 27.27% from 319); Max value from RGB is 184 - color contains mainly: red. Hex color #B83057 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83057 is #47CFA8. Grayscale: #5D5D5D. Windows color (decimal): -4706217 or 5714104. OLE color: 5714104.
HSL color Cylindrical-coordinate representation of color #B83057: hue angle of 342.79º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B83057 is Cyan = 0, Magento = 0.74, Yellow = 0.53 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 48 | 87 | - |
| CMYK | 0 | 0.74 | 0.53 | 0.28 |
| HSL | 342.79º | 0.59% | 0.45% | - |
| HSV(B) | 342.79º | 0.74% | 0.72% | - |
| XYZ | 22.54 | 12.99 | 10.34 | - |
| YUV | 93.11 | 124.56 | 192.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 48 | 87 | 0 | 0.74 | 0.53 | 0.28 | 342.79 | 0.59 | 0.45 |
| Hex | B8 | 30 | 57 | 0 | 4A | 35 | 1C | 157 | 3B | 2D |
| Octal | 270 | 60 | 127 | 0 | 112 | 65 | 34 | 527 | 73 | 55 |
| Binary | 10111000 | 110000 | 1010111 | 0 | 1001010 | 110101 | 11100 | 101010111 | 111011 | 101101 |
Color Harmonies of #B83057
Complementary color
Monochromatic Colors of #B83057
Black with #B83057
Text Example
Text Example
White with #B83057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83057; }
p { color: rgb(184,48,87); }
H1.HeaderClassName
{
color: #B83057;
}
.AnyTagClassName
{
color: #B83057;
}
</style>
background-color css
<style>
a { background-color: #B83057; }
a { background-color: rgb(184,48,87); }
div.DivClassName
{
background-color: #B83057;
}
.BgClassName
{
background-color: #B83057;
}
</style>
border-color css
<style>
span { border-color: #B83057; }
span { border-color: rgb(184,48,87); }
td.TdClassName
{
border-color: #B83057;
}
.TagClassName
{
border-color: #B83057;
}
</style>