Shades of Old Rose #B73752
Tints of Old Rose #B73752
RGB
CMYK
RGB Variations
Color information
#B73752 (or 0xB73752) is known color: Old Rose. HEX triplet: B7, 37 and 52. RGB value is (183,55,82). Sum of RGB (Red+Green+Blue) = 183+55+82=320 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.19% from 320); Green value is 55 (21.88% from 255 or 17.19% from 320); Blue value is 82 (32.42% from 255 or 25.62% from 320); Max value from RGB is 183 - color contains mainly: red. Hex color #B73752 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73752 is #48C8AD. Grayscale: #606060. Windows color (decimal): -4769966 or 5388215. OLE color: 5388215.
HSL color Cylindrical-coordinate representation of color #B73752: hue angle of 347.34º 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 #B73752 is Cyan = 0, Magento = 0.70, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 55 | 82 | - |
| CMYK | 0 | 0.70 | 0.55 | 0.28 |
| HSL | 347.34º | 0.54% | 0.47% | - |
| HSV(B) | 347.34º | 0.7% | 0.72% | - |
| XYZ | 22.42 | 13.41 | 9.39 | - |
| YUV | 96.35 | 119.91 | 189.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 55 | 82 | 0 | 0.70 | 0.55 | 0.28 | 347.34 | 0.54 | 0.47 |
| Hex | B7 | 37 | 52 | 0 | 46 | 37 | 1C | 15B | 36 | 2F |
| Octal | 267 | 67 | 122 | 0 | 106 | 67 | 34 | 533 | 66 | 57 |
| Binary | 10110111 | 110111 | 1010010 | 0 | 1000110 | 110111 | 11100 | 101011011 | 110110 | 101111 |
Color Harmonies of #B73752
Complementary color
Monochromatic Colors of #B73752
Black with #B73752
Text Example
Text Example
White with #B73752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73752; }
p { color: rgb(183,55,82); }
H1.HeaderClassName
{
color: #B73752;
}
.AnyTagClassName
{
color: #B73752;
}
</style>
background-color css
<style>
a { background-color: #B73752; }
a { background-color: rgb(183,55,82); }
div.DivClassName
{
background-color: #B73752;
}
.BgClassName
{
background-color: #B73752;
}
</style>
border-color css
<style>
span { border-color: #B73752; }
span { border-color: rgb(183,55,82); }
td.TdClassName
{
border-color: #B73752;
}
.TagClassName
{
border-color: #B73752;
}
</style>