Shades of Old Rose #B63756
Tints of Old Rose #B63756
RGB
CMYK
RGB Variations
Color information
#B63756 (or 0xB63756) is known color: Old Rose. HEX triplet: B6, 37 and 56. RGB value is (182,55,86). Sum of RGB (Red+Green+Blue) = 182+55+86=323 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.35% from 323); Green value is 55 (21.88% from 255 or 17.03% from 323); Blue value is 86 (33.98% from 255 or 26.63% from 323); Max value from RGB is 182 - color contains mainly: red. Hex color #B63756 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63756 is #49C8A9. Grayscale: #606060. Windows color (decimal): -4835498 or 5650358. OLE color: 5650358.
HSL color Cylindrical-coordinate representation of color #B63756: hue angle of 345.35º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B63756 is Cyan = 0, Magento = 0.70, Yellow = 0.53 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 55 | 86 | - |
| CMYK | 0 | 0.70 | 0.53 | 0.29 |
| HSL | 345.35º | 0.54% | 0.46% | - |
| HSV(B) | 345.35º | 0.7% | 0.71% | - |
| XYZ | 22.34 | 13.35 | 10.2 | - |
| YUV | 96.51 | 122.08 | 188.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 55 | 86 | 0 | 0.70 | 0.53 | 0.29 | 345.35 | 0.54 | 0.46 |
| Hex | B6 | 37 | 56 | 0 | 46 | 35 | 1D | 159 | 36 | 2E |
| Octal | 266 | 67 | 126 | 0 | 106 | 65 | 35 | 531 | 66 | 56 |
| Binary | 10110110 | 110111 | 1010110 | 0 | 1000110 | 110101 | 11101 | 101011001 | 110110 | 101110 |
Color Harmonies of #B63756
Complementary color
Monochromatic Colors of #B63756
Black with #B63756
Text Example
Text Example
White with #B63756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63756; }
p { color: rgb(182,55,86); }
H1.HeaderClassName
{
color: #B63756;
}
.AnyTagClassName
{
color: #B63756;
}
</style>
background-color css
<style>
a { background-color: #B63756; }
a { background-color: rgb(182,55,86); }
div.DivClassName
{
background-color: #B63756;
}
.BgClassName
{
background-color: #B63756;
}
</style>
border-color css
<style>
span { border-color: #B63756; }
span { border-color: rgb(182,55,86); }
td.TdClassName
{
border-color: #B63756;
}
.TagClassName
{
border-color: #B63756;
}
</style>