Shades of Old Rose #B63754
Tints of Old Rose #B63754
RGB
CMYK
RGB Variations
Color information
#B63754 (or 0xB63754) is known color: Old Rose. HEX triplet: B6, 37 and 54. RGB value is (182,55,84). Sum of RGB (Red+Green+Blue) = 182+55+84=321 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.70% from 321); Green value is 55 (21.88% from 255 or 17.13% from 321); Blue value is 84 (33.20% from 255 or 26.17% from 321); Max value from RGB is 182 - color contains mainly: red. Hex color #B63754 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63754 is #49C8AB. Grayscale: #606060. Windows color (decimal): -4835500 or 5519286. OLE color: 5519286.
HSL color Cylindrical-coordinate representation of color #B63754: hue angle of 346.3º 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 #B63754 is Cyan = 0, Magento = 0.70, Yellow = 0.54 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 55 | 84 | - |
| CMYK | 0 | 0.70 | 0.54 | 0.29 |
| HSL | 346.3º | 0.54% | 0.46% | - |
| HSV(B) | 346.3º | 0.7% | 0.71% | - |
| XYZ | 22.26 | 13.32 | 9.78 | - |
| YUV | 96.28 | 121.08 | 189.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 55 | 84 | 0 | 0.70 | 0.54 | 0.29 | 346.3 | 0.54 | 0.46 |
| Hex | B6 | 37 | 54 | 0 | 46 | 36 | 1D | 15A | 36 | 2E |
| Octal | 266 | 67 | 124 | 0 | 106 | 66 | 35 | 532 | 66 | 56 |
| Binary | 10110110 | 110111 | 1010100 | 0 | 1000110 | 110110 | 11101 | 101011010 | 110110 | 101110 |
Color Harmonies of #B63754
Complementary color
Monochromatic Colors of #B63754
Black with #B63754
Text Example
Text Example
White with #B63754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63754; }
p { color: rgb(182,55,84); }
H1.HeaderClassName
{
color: #B63754;
}
.AnyTagClassName
{
color: #B63754;
}
</style>
background-color css
<style>
a { background-color: #B63754; }
a { background-color: rgb(182,55,84); }
div.DivClassName
{
background-color: #B63754;
}
.BgClassName
{
background-color: #B63754;
}
</style>
border-color css
<style>
span { border-color: #B63754; }
span { border-color: rgb(182,55,84); }
td.TdClassName
{
border-color: #B63754;
}
.TagClassName
{
border-color: #B63754;
}
</style>