Shades of Old Rose #B63759
Tints of Old Rose #B63759
RGB
CMYK
RGB Variations
Color information
#B63759 (or 0xB63759) is known color: Old Rose. HEX triplet: B6, 37 and 59. RGB value is (182,55,89). Sum of RGB (Red+Green+Blue) = 182+55+89=326 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.83% from 326); Green value is 55 (21.88% from 255 or 16.87% from 326); Blue value is 89 (35.16% from 255 or 27.30% from 326); Max value from RGB is 182 - color contains mainly: red. Hex color #B63759 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63759 is #49C8A6. Grayscale: #606060. Windows color (decimal): -4835495 or 5846966. OLE color: 5846966.
HSL color Cylindrical-coordinate representation of color #B63759: hue angle of 343.94º 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 #B63759 is Cyan = 0, Magento = 0.70, Yellow = 0.51 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 55 | 89 | - |
| CMYK | 0 | 0.70 | 0.51 | 0.29 |
| HSL | 343.94º | 0.54% | 0.46% | - |
| HSV(B) | 343.94º | 0.7% | 0.71% | - |
| XYZ | 22.46 | 13.4 | 10.85 | - |
| YUV | 96.85 | 123.58 | 188.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 55 | 89 | 0 | 0.70 | 0.51 | 0.29 | 343.94 | 0.54 | 0.46 |
| Hex | B6 | 37 | 59 | 0 | 46 | 33 | 1D | 158 | 36 | 2E |
| Octal | 266 | 67 | 131 | 0 | 106 | 63 | 35 | 530 | 66 | 56 |
| Binary | 10110110 | 110111 | 1011001 | 0 | 1000110 | 110011 | 11101 | 101011000 | 110110 | 101110 |
Color Harmonies of #B63759
Complementary color
Monochromatic Colors of #B63759
Black with #B63759
Text Example
Text Example
White with #B63759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63759; }
p { color: rgb(182,55,89); }
H1.HeaderClassName
{
color: #B63759;
}
.AnyTagClassName
{
color: #B63759;
}
</style>
background-color css
<style>
a { background-color: #B63759; }
a { background-color: rgb(182,55,89); }
div.DivClassName
{
background-color: #B63759;
}
.BgClassName
{
background-color: #B63759;
}
</style>
border-color css
<style>
span { border-color: #B63759; }
span { border-color: rgb(182,55,89); }
td.TdClassName
{
border-color: #B63759;
}
.TagClassName
{
border-color: #B63759;
}
</style>