Shades of Old Rose #B63B4D
Tints of Old Rose #B63B4D
RGB
CMYK
RGB Variations
Color information
#B63B4D (or 0xB63B4D) is known color: Old Rose. HEX triplet: B6, 3B and 4D. RGB value is (182,59,77). Sum of RGB (Red+Green+Blue) = 182+59+77=318 (42% of max value = 765). Red value is 182 (71.48% from 255 or 57.23% from 318); Green value is 59 (23.44% from 255 or 18.55% from 318); Blue value is 77 (30.47% from 255 or 24.21% from 318); Max value from RGB is 182 - color contains mainly: red. Hex color #B63B4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63B4D is #49C4B2. Grayscale: #616161. Windows color (decimal): -4834483 or 5061558. OLE color: 5061558.
HSL color Cylindrical-coordinate representation of color #B63B4D: hue angle of 351.22º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B63B4D is Cyan = 0, Magento = 0.68, Yellow = 0.58 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 59 | 77 | - |
| CMYK | 0 | 0.68 | 0.58 | 0.29 |
| HSL | 351.22º | 0.51% | 0.47% | - |
| HSV(B) | 351.22º | 0.68% | 0.71% | - |
| XYZ | 22.19 | 13.61 | 8.48 | - |
| YUV | 97.83 | 116.25 | 188.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 59 | 77 | 0 | 0.68 | 0.58 | 0.29 | 351.22 | 0.51 | 0.47 |
| Hex | B6 | 3B | 4D | 0 | 44 | 3A | 1D | 15F | 33 | 2F |
| Octal | 266 | 73 | 115 | 0 | 104 | 72 | 35 | 537 | 63 | 57 |
| Binary | 10110110 | 111011 | 1001101 | 0 | 1000100 | 111010 | 11101 | 101011111 | 110011 | 101111 |
Color Harmonies of #B63B4D
Complementary color
Monochromatic Colors of #B63B4D
Black with #B63B4D
Text Example
Text Example
White with #B63B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63B4D; }
p { color: rgb(182,59,77); }
H1.HeaderClassName
{
color: #B63B4D;
}
.AnyTagClassName
{
color: #B63B4D;
}
</style>
background-color css
<style>
a { background-color: #B63B4D; }
a { background-color: rgb(182,59,77); }
div.DivClassName
{
background-color: #B63B4D;
}
.BgClassName
{
background-color: #B63B4D;
}
</style>
border-color css
<style>
span { border-color: #B63B4D; }
span { border-color: rgb(182,59,77); }
td.TdClassName
{
border-color: #B63B4D;
}
.TagClassName
{
border-color: #B63B4D;
}
</style>