Shades of Old Rose #B73856
Tints of Old Rose #B73856
RGB
CMYK
RGB Variations
Color information
#B73856 (or 0xB73856) is known color: Old Rose. HEX triplet: B7, 38 and 56. RGB value is (183,56,86). Sum of RGB (Red+Green+Blue) = 183+56+86=325 (43% of max value = 765). Red value is 183 (71.88% from 255 or 56.31% from 325); Green value is 56 (22.27% from 255 or 17.23% from 325); Blue value is 86 (33.98% from 255 or 26.46% from 325); Max value from RGB is 183 - color contains mainly: red. Hex color #B73856 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73856 is #48C7A9. Grayscale: #616161. Windows color (decimal): -4769706 or 5650615. OLE color: 5650615.
HSL color Cylindrical-coordinate representation of color #B73856: hue angle of 345.83º degrees, saturation: 0.53, 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 #B73856 is Cyan = 0, Magento = 0.69, Yellow = 0.53 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 56 | 86 | - |
| CMYK | 0 | 0.69 | 0.53 | 0.28 |
| HSL | 345.83º | 0.53% | 0.47% | - |
| HSV(B) | 345.83º | 0.69% | 0.72% | - |
| XYZ | 22.62 | 13.57 | 10.23 | - |
| YUV | 97.39 | 121.58 | 189.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 56 | 86 | 0 | 0.69 | 0.53 | 0.28 | 345.83 | 0.53 | 0.47 |
| Hex | B7 | 38 | 56 | 0 | 45 | 35 | 1C | 15A | 35 | 2F |
| Octal | 267 | 70 | 126 | 0 | 105 | 65 | 34 | 532 | 65 | 57 |
| Binary | 10110111 | 111000 | 1010110 | 0 | 1000101 | 110101 | 11100 | 101011010 | 110101 | 101111 |
Color Harmonies of #B73856
Complementary color
Monochromatic Colors of #B73856
Black with #B73856
Text Example
Text Example
White with #B73856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73856; }
p { color: rgb(183,56,86); }
H1.HeaderClassName
{
color: #B73856;
}
.AnyTagClassName
{
color: #B73856;
}
</style>
background-color css
<style>
a { background-color: #B73856; }
a { background-color: rgb(183,56,86); }
div.DivClassName
{
background-color: #B73856;
}
.BgClassName
{
background-color: #B73856;
}
</style>
border-color css
<style>
span { border-color: #B73856; }
span { border-color: rgb(183,56,86); }
td.TdClassName
{
border-color: #B73856;
}
.TagClassName
{
border-color: #B73856;
}
</style>