Shades of Old Rose #B63657
Tints of Old Rose #B63657
RGB
CMYK
RGB Variations
Color information
#B63657 (or 0xB63657) is known color: Old Rose. HEX triplet: B6, 36 and 57. RGB value is (182,54,87). Sum of RGB (Red+Green+Blue) = 182+54+87=323 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.35% from 323); Green value is 54 (21.48% from 255 or 16.72% from 323); Blue value is 87 (34.38% from 255 or 26.93% from 323); Max value from RGB is 182 - color contains mainly: red. Hex color #B63657 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63657 is #49C9A8. Grayscale: #606060. Windows color (decimal): -4835753 or 5715638. OLE color: 5715638.
HSL color Cylindrical-coordinate representation of color #B63657: hue angle of 344.53º 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 #B63657 is Cyan = 0, Magento = 0.70, Yellow = 0.52 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 54 | 87 | - |
| CMYK | 0 | 0.70 | 0.52 | 0.29 |
| HSL | 344.53º | 0.54% | 0.46% | - |
| HSV(B) | 344.53º | 0.7% | 0.71% | - |
| XYZ | 22.33 | 13.27 | 10.4 | - |
| YUV | 96.03 | 122.91 | 189.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 54 | 87 | 0 | 0.70 | 0.52 | 0.29 | 344.53 | 0.54 | 0.46 |
| Hex | B6 | 36 | 57 | 0 | 46 | 34 | 1D | 159 | 36 | 2E |
| Octal | 266 | 66 | 127 | 0 | 106 | 64 | 35 | 531 | 66 | 56 |
| Binary | 10110110 | 110110 | 1010111 | 0 | 1000110 | 110100 | 11101 | 101011001 | 110110 | 101110 |
Color Harmonies of #B63657
Complementary color
Monochromatic Colors of #B63657
Black with #B63657
Text Example
Text Example
White with #B63657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63657; }
p { color: rgb(182,54,87); }
H1.HeaderClassName
{
color: #B63657;
}
.AnyTagClassName
{
color: #B63657;
}
</style>
background-color css
<style>
a { background-color: #B63657; }
a { background-color: rgb(182,54,87); }
div.DivClassName
{
background-color: #B63657;
}
.BgClassName
{
background-color: #B63657;
}
</style>
border-color css
<style>
span { border-color: #B63657; }
span { border-color: rgb(182,54,87); }
td.TdClassName
{
border-color: #B63657;
}
.TagClassName
{
border-color: #B63657;
}
</style>