Shades of Old Rose #B62857
Tints of Old Rose #B62857
RGB
CMYK
RGB Variations
Color information
#B62857 (or 0xB62857) is known color: Old Rose. HEX triplet: B6, 28 and 57. RGB value is (182,40,87). Sum of RGB (Red+Green+Blue) = 182+40+87=309 (40% of max value = 765). Red value is 182 (71.48% from 255 or 58.90% from 309); Green value is 40 (16.02% from 255 or 12.94% from 309); Blue value is 87 (34.38% from 255 or 28.16% from 309); Max value from RGB is 182 - color contains mainly: red. Hex color #B62857 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B62857 is #49D7A8. Grayscale: #575757. Windows color (decimal): -4839337 or 5712054. OLE color: 5712054.
HSL color Cylindrical-coordinate representation of color #B62857: hue angle of 340.14º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B62857 is Cyan = 0, Magento = 0.78, Yellow = 0.52 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 40 | 87 | - |
| CMYK | 0 | 0.78 | 0.52 | 0.29 |
| HSL | 340.14º | 0.64% | 0.44% | - |
| HSV(B) | 340.14º | 0.78% | 0.71% | - |
| XYZ | 21.77 | 12.15 | 10.21 | - |
| YUV | 87.82 | 127.54 | 195.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 40 | 87 | 0 | 0.78 | 0.52 | 0.29 | 340.14 | 0.64 | 0.44 |
| Hex | B6 | 28 | 57 | 0 | 4E | 34 | 1D | 154 | 40 | 2C |
| Octal | 266 | 50 | 127 | 0 | 116 | 64 | 35 | 524 | 100 | 54 |
| Binary | 10110110 | 101000 | 1010111 | 0 | 1001110 | 110100 | 11101 | 101010100 | 1000000 | 101100 |
Color Harmonies of #B62857
Complementary color
Monochromatic Colors of #B62857
Black with #B62857
Text Example
Text Example
White with #B62857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B62857; }
p { color: rgb(182,40,87); }
H1.HeaderClassName
{
color: #B62857;
}
.AnyTagClassName
{
color: #B62857;
}
</style>
background-color css
<style>
a { background-color: #B62857; }
a { background-color: rgb(182,40,87); }
div.DivClassName
{
background-color: #B62857;
}
.BgClassName
{
background-color: #B62857;
}
</style>
border-color css
<style>
span { border-color: #B62857; }
span { border-color: rgb(182,40,87); }
td.TdClassName
{
border-color: #B62857;
}
.TagClassName
{
border-color: #B62857;
}
</style>