Shades of Old Rose #B73658
Tints of Old Rose #B73658
RGB
CMYK
RGB Variations
Color information
#B73658 (or 0xB73658) is known color: Old Rose. HEX triplet: B7, 36 and 58. RGB value is (183,54,88). Sum of RGB (Red+Green+Blue) = 183+54+88=325 (43% of max value = 765). Red value is 183 (71.88% from 255 or 56.31% from 325); Green value is 54 (21.48% from 255 or 16.62% from 325); Blue value is 88 (34.77% from 255 or 27.08% from 325); Max value from RGB is 183 - color contains mainly: red. Hex color #B73658 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73658 is #48C9A7. Grayscale: #606060. Windows color (decimal): -4770216 or 5781175. OLE color: 5781175.
HSL color Cylindrical-coordinate representation of color #B73658: hue angle of 344.19º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B73658 is Cyan = 0, Magento = 0.70, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 54 | 88 | - |
| CMYK | 0 | 0.70 | 0.52 | 0.28 |
| HSL | 344.19º | 0.54% | 0.46% | - |
| HSV(B) | 344.19º | 0.7% | 0.72% | - |
| XYZ | 22.61 | 13.41 | 10.63 | - |
| YUV | 96.45 | 123.24 | 189.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 54 | 88 | 0 | 0.70 | 0.52 | 0.28 | 344.19 | 0.54 | 0.46 |
| Hex | B7 | 36 | 58 | 0 | 46 | 34 | 1C | 158 | 36 | 2E |
| Octal | 267 | 66 | 130 | 0 | 106 | 64 | 34 | 530 | 66 | 56 |
| Binary | 10110111 | 110110 | 1011000 | 0 | 1000110 | 110100 | 11100 | 101011000 | 110110 | 101110 |
Color Harmonies of #B73658
Complementary color
Monochromatic Colors of #B73658
Black with #B73658
Text Example
Text Example
White with #B73658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73658; }
p { color: rgb(183,54,88); }
H1.HeaderClassName
{
color: #B73658;
}
.AnyTagClassName
{
color: #B73658;
}
</style>
background-color css
<style>
a { background-color: #B73658; }
a { background-color: rgb(183,54,88); }
div.DivClassName
{
background-color: #B73658;
}
.BgClassName
{
background-color: #B73658;
}
</style>
border-color css
<style>
span { border-color: #B73658; }
span { border-color: rgb(183,54,88); }
td.TdClassName
{
border-color: #B73658;
}
.TagClassName
{
border-color: #B73658;
}
</style>