Shades of Old Rose #B63447
Tints of Old Rose #B63447
RGB
CMYK
RGB Variations
Color information
#B63447 (or 0xB63447) is known color: Old Rose. HEX triplet: B6, 34 and 47. RGB value is (182,52,71). Sum of RGB (Red+Green+Blue) = 182+52+71=305 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.67% from 305); Green value is 52 (20.70% from 255 or 17.05% from 305); Blue value is 71 (28.12% from 255 or 23.28% from 305); Max value from RGB is 182 - color contains mainly: red. Hex color #B63447 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63447 is #49CBB8. Grayscale: #5D5D5D. Windows color (decimal): -4836281 or 4666550. OLE color: 4666550.
HSL color Cylindrical-coordinate representation of color #B63447: hue angle of 351.23º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B63447 is Cyan = 0, Magento = 0.71, Yellow = 0.61 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 52 | 71 | - |
| CMYK | 0 | 0.71 | 0.61 | 0.29 |
| HSL | 351.23º | 0.56% | 0.46% | - |
| HSV(B) | 351.23º | 0.71% | 0.71% | - |
| XYZ | 21.66 | 12.86 | 7.3 | - |
| YUV | 93.04 | 115.57 | 191.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 52 | 71 | 0 | 0.71 | 0.61 | 0.29 | 351.23 | 0.56 | 0.46 |
| Hex | B6 | 34 | 47 | 0 | 47 | 3D | 1D | 15F | 38 | 2E |
| Octal | 266 | 64 | 107 | 0 | 107 | 75 | 35 | 537 | 70 | 56 |
| Binary | 10110110 | 110100 | 1000111 | 0 | 1000111 | 111101 | 11101 | 101011111 | 111000 | 101110 |
Color Harmonies of #B63447
Complementary color
Monochromatic Colors of #B63447
Black with #B63447
Text Example
Text Example
White with #B63447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63447; }
p { color: rgb(182,52,71); }
H1.HeaderClassName
{
color: #B63447;
}
.AnyTagClassName
{
color: #B63447;
}
</style>
background-color css
<style>
a { background-color: #B63447; }
a { background-color: rgb(182,52,71); }
div.DivClassName
{
background-color: #B63447;
}
.BgClassName
{
background-color: #B63447;
}
</style>
border-color css
<style>
span { border-color: #B63447; }
span { border-color: rgb(182,52,71); }
td.TdClassName
{
border-color: #B63447;
}
.TagClassName
{
border-color: #B63447;
}
</style>