Shades of Old Rose #B7374D
Tints of Old Rose #B7374D
RGB
CMYK
RGB Variations
Color information
#B7374D (or 0xB7374D) is known color: Old Rose. HEX triplet: B7, 37 and 4D. RGB value is (183,55,77). Sum of RGB (Red+Green+Blue) = 183+55+77=315 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.10% from 315); Green value is 55 (21.88% from 255 or 17.46% from 315); Blue value is 77 (30.47% from 255 or 24.44% from 315); Max value from RGB is 183 - color contains mainly: red. Hex color #B7374D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7374D is #48C8B2. Grayscale: #5F5F5F. Windows color (decimal): -4769971 or 5060535. OLE color: 5060535.
HSL color Cylindrical-coordinate representation of color #B7374D: hue angle of 349.69º 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 #B7374D is Cyan = 0, Magento = 0.70, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 55 | 77 | - |
| CMYK | 0 | 0.70 | 0.58 | 0.28 |
| HSL | 349.69º | 0.54% | 0.47% | - |
| HSV(B) | 349.69º | 0.7% | 0.72% | - |
| XYZ | 22.23 | 13.34 | 8.42 | - |
| YUV | 95.78 | 117.41 | 190.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 55 | 77 | 0 | 0.70 | 0.58 | 0.28 | 349.69 | 0.54 | 0.47 |
| Hex | B7 | 37 | 4D | 0 | 46 | 3A | 1C | 15E | 36 | 2F |
| Octal | 267 | 67 | 115 | 0 | 106 | 72 | 34 | 536 | 66 | 57 |
| Binary | 10110111 | 110111 | 1001101 | 0 | 1000110 | 111010 | 11100 | 101011110 | 110110 | 101111 |
Color Harmonies of #B7374D
Complementary color
Monochromatic Colors of #B7374D
Black with #B7374D
Text Example
Text Example
White with #B7374D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7374D; }
p { color: rgb(183,55,77); }
H1.HeaderClassName
{
color: #B7374D;
}
.AnyTagClassName
{
color: #B7374D;
}
</style>
background-color css
<style>
a { background-color: #B7374D; }
a { background-color: rgb(183,55,77); }
div.DivClassName
{
background-color: #B7374D;
}
.BgClassName
{
background-color: #B7374D;
}
</style>
border-color css
<style>
span { border-color: #B7374D; }
span { border-color: rgb(183,55,77); }
td.TdClassName
{
border-color: #B7374D;
}
.TagClassName
{
border-color: #B7374D;
}
</style>