Shades of Old Rose #B62D56
Tints of Old Rose #B62D56
RGB
CMYK
RGB Variations
Color information
#B62D56 (or 0xB62D56) is known color: Old Rose. HEX triplet: B6, 2D and 56. RGB value is (182,45,86). Sum of RGB (Red+Green+Blue) = 182+45+86=313 (41% of max value = 765). Red value is 182 (71.48% from 255 or 58.15% from 313); Green value is 45 (17.97% from 255 or 14.38% from 313); Blue value is 86 (33.98% from 255 or 27.48% from 313); Max value from RGB is 182 - color contains mainly: red. Hex color #B62D56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B62D56 is #49D2A9. Grayscale: #5A5A5A. Windows color (decimal): -4838058 or 5647798. OLE color: 5647798.
HSL color Cylindrical-coordinate representation of color #B62D56: hue angle of 342.04º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B62D56 is Cyan = 0, Magento = 0.75, Yellow = 0.53 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 45 | 86 | - |
| CMYK | 0 | 0.75 | 0.53 | 0.29 |
| HSL | 342.04º | 0.6% | 0.45% | - |
| HSV(B) | 342.04º | 0.75% | 0.71% | - |
| XYZ | 21.91 | 12.49 | 10.06 | - |
| YUV | 90.64 | 125.39 | 193.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 45 | 86 | 0 | 0.75 | 0.53 | 0.29 | 342.04 | 0.6 | 0.45 |
| Hex | B6 | 2D | 56 | 0 | 4B | 35 | 1D | 156 | 3C | 2D |
| Octal | 266 | 55 | 126 | 0 | 113 | 65 | 35 | 526 | 74 | 55 |
| Binary | 10110110 | 101101 | 1010110 | 0 | 1001011 | 110101 | 11101 | 101010110 | 111100 | 101101 |
Color Harmonies of #B62D56
Complementary color
Monochromatic Colors of #B62D56
Black with #B62D56
Text Example
Text Example
White with #B62D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B62D56; }
p { color: rgb(182,45,86); }
H1.HeaderClassName
{
color: #B62D56;
}
.AnyTagClassName
{
color: #B62D56;
}
</style>
background-color css
<style>
a { background-color: #B62D56; }
a { background-color: rgb(182,45,86); }
div.DivClassName
{
background-color: #B62D56;
}
.BgClassName
{
background-color: #B62D56;
}
</style>
border-color css
<style>
span { border-color: #B62D56; }
span { border-color: rgb(182,45,86); }
td.TdClassName
{
border-color: #B62D56;
}
.TagClassName
{
border-color: #B62D56;
}
</style>