Shades of Old Rose #B73754
Tints of Old Rose #B73754
RGB
CMYK
RGB Variations
Color information
#B73754 (or 0xB73754) is known color: Old Rose. HEX triplet: B7, 37 and 54. RGB value is (183,55,84). Sum of RGB (Red+Green+Blue) = 183+55+84=322 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.83% from 322); Green value is 55 (21.88% from 255 or 17.08% from 322); Blue value is 84 (33.20% from 255 or 26.09% from 322); Max value from RGB is 183 - color contains mainly: red. Hex color #B73754 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73754 is #48C8AB. Grayscale: #606060. Windows color (decimal): -4769964 or 5519287. OLE color: 5519287.
HSL color Cylindrical-coordinate representation of color #B73754: hue angle of 346.41º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B73754 is Cyan = 0, Magento = 0.70, Yellow = 0.54 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 55 | 84 | - |
| CMYK | 0 | 0.70 | 0.54 | 0.28 |
| HSL | 346.41º | 0.54% | 0.47% | - |
| HSV(B) | 346.41º | 0.7% | 0.72% | - |
| XYZ | 22.49 | 13.44 | 9.8 | - |
| YUV | 96.58 | 120.91 | 189.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 55 | 84 | 0 | 0.70 | 0.54 | 0.28 | 346.41 | 0.54 | 0.47 |
| Hex | B7 | 37 | 54 | 0 | 46 | 36 | 1C | 15A | 36 | 2F |
| Octal | 267 | 67 | 124 | 0 | 106 | 66 | 34 | 532 | 66 | 57 |
| Binary | 10110111 | 110111 | 1010100 | 0 | 1000110 | 110110 | 11100 | 101011010 | 110110 | 101111 |
Color Harmonies of #B73754
Complementary color
Monochromatic Colors of #B73754
Black with #B73754
Text Example
Text Example
White with #B73754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73754; }
p { color: rgb(183,55,84); }
H1.HeaderClassName
{
color: #B73754;
}
.AnyTagClassName
{
color: #B73754;
}
</style>
background-color css
<style>
a { background-color: #B73754; }
a { background-color: rgb(183,55,84); }
div.DivClassName
{
background-color: #B73754;
}
.BgClassName
{
background-color: #B73754;
}
</style>
border-color css
<style>
span { border-color: #B73754; }
span { border-color: rgb(183,55,84); }
td.TdClassName
{
border-color: #B73754;
}
.TagClassName
{
border-color: #B73754;
}
</style>