Shades of Old Rose #B73955
Tints of Old Rose #B73955
RGB
CMYK
RGB Variations
Color information
#B73955 (or 0xB73955) is known color: Old Rose. HEX triplet: B7, 39 and 55. RGB value is (183,57,85). Sum of RGB (Red+Green+Blue) = 183+57+85=325 (43% of max value = 765). Red value is 183 (71.88% from 255 or 56.31% from 325); Green value is 57 (22.66% from 255 or 17.54% from 325); Blue value is 85 (33.59% from 255 or 26.15% from 325); Max value from RGB is 183 - color contains mainly: red. Hex color #B73955 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73955 is #48C6AA. Grayscale: #616161. Windows color (decimal): -4769451 or 5585335. OLE color: 5585335.
HSL color Cylindrical-coordinate representation of color #B73955: hue angle of 346.67º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B73955 is Cyan = 0, Magento = 0.69, Yellow = 0.54 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 57 | 85 | - |
| CMYK | 0 | 0.69 | 0.54 | 0.28 |
| HSL | 346.67º | 0.53% | 0.47% | - |
| HSV(B) | 346.67º | 0.69% | 0.72% | - |
| XYZ | 22.63 | 13.65 | 10.04 | - |
| YUV | 97.87 | 120.74 | 188.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 57 | 85 | 0 | 0.69 | 0.54 | 0.28 | 346.67 | 0.53 | 0.47 |
| Hex | B7 | 39 | 55 | 0 | 45 | 36 | 1C | 15B | 34 | 2F |
| Octal | 267 | 71 | 125 | 0 | 105 | 66 | 34 | 533 | 64 | 57 |
| Binary | 10110111 | 111001 | 1010101 | 0 | 1000101 | 110110 | 11100 | 101011011 | 110100 | 101111 |
Color Harmonies of #B73955
Complementary color
Monochromatic Colors of #B73955
Black with #B73955
Text Example
Text Example
White with #B73955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73955; }
p { color: rgb(183,57,85); }
H1.HeaderClassName
{
color: #B73955;
}
.AnyTagClassName
{
color: #B73955;
}
</style>
background-color css
<style>
a { background-color: #B73955; }
a { background-color: rgb(183,57,85); }
div.DivClassName
{
background-color: #B73955;
}
.BgClassName
{
background-color: #B73955;
}
</style>
border-color css
<style>
span { border-color: #B73955; }
span { border-color: rgb(183,57,85); }
td.TdClassName
{
border-color: #B73955;
}
.TagClassName
{
border-color: #B73955;
}
</style>