Shades of Old Rose #B63F49
Tints of Old Rose #B63F49
RGB
CMYK
RGB Variations
Color information
#B63F49 (or 0xB63F49) is known color: Old Rose. HEX triplet: B6, 3F and 49. RGB value is (182,63,73). Sum of RGB (Red+Green+Blue) = 182+63+73=318 (42% of max value = 765). Red value is 182 (71.48% from 255 or 57.23% from 318); Green value is 63 (25% from 255 or 19.81% from 318); Blue value is 73 (28.91% from 255 or 22.96% from 318); Max value from RGB is 182 - color contains mainly: red. Hex color #B63F49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63F49 is #49C0B6. Grayscale: #636363. Windows color (decimal): -4833463 or 4800438. OLE color: 4800438.
HSL color Cylindrical-coordinate representation of color #B63F49: hue angle of 354.96º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B63F49 is Cyan = 0, Magento = 0.65, Yellow = 0.60 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 63 | 73 | - |
| CMYK | 0 | 0.65 | 0.60 | 0.29 |
| HSL | 354.96º | 0.49% | 0.48% | - |
| HSV(B) | 354.96º | 0.65% | 0.71% | - |
| XYZ | 22.27 | 13.98 | 7.83 | - |
| YUV | 99.72 | 112.92 | 186.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 63 | 73 | 0 | 0.65 | 0.60 | 0.29 | 354.96 | 0.49 | 0.48 |
| Hex | B6 | 3F | 49 | 0 | 41 | 3C | 1D | 163 | 31 | 30 |
| Octal | 266 | 77 | 111 | 0 | 101 | 74 | 35 | 543 | 61 | 60 |
| Binary | 10110110 | 111111 | 1001001 | 0 | 1000001 | 111100 | 11101 | 101100011 | 110001 | 110000 |
Color Harmonies of #B63F49
Complementary color
Monochromatic Colors of #B63F49
Black with #B63F49
Text Example
Text Example
White with #B63F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63F49; }
p { color: rgb(182,63,73); }
H1.HeaderClassName
{
color: #B63F49;
}
.AnyTagClassName
{
color: #B63F49;
}
</style>
background-color css
<style>
a { background-color: #B63F49; }
a { background-color: rgb(182,63,73); }
div.DivClassName
{
background-color: #B63F49;
}
.BgClassName
{
background-color: #B63F49;
}
</style>
border-color css
<style>
span { border-color: #B63F49; }
span { border-color: rgb(182,63,73); }
td.TdClassName
{
border-color: #B63F49;
}
.TagClassName
{
border-color: #B63F49;
}
</style>