Shades of Old Rose #B7364D
Tints of Old Rose #B7364D
RGB
CMYK
RGB Variations
Color information
#B7364D (or 0xB7364D) is known color: Old Rose. HEX triplet: B7, 36 and 4D. RGB value is (183,54,77). Sum of RGB (Red+Green+Blue) = 183+54+77=314 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.28% from 314); Green value is 54 (21.48% from 255 or 17.20% from 314); Blue value is 77 (30.47% from 255 or 24.52% from 314); Max value from RGB is 183 - color contains mainly: red. Hex color #B7364D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7364D is #48C9B2. Grayscale: #5F5F5F. Windows color (decimal): -4770227 or 5060279. OLE color: 5060279.
HSL color Cylindrical-coordinate representation of color #B7364D: hue angle of 349.3º 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 #B7364D is Cyan = 0, Magento = 0.70, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 54 | 77 | - |
| CMYK | 0 | 0.70 | 0.58 | 0.28 |
| HSL | 349.3º | 0.54% | 0.46% | - |
| HSV(B) | 349.3º | 0.7% | 0.72% | - |
| XYZ | 22.19 | 13.24 | 8.41 | - |
| YUV | 95.19 | 117.74 | 190.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 54 | 77 | 0 | 0.70 | 0.58 | 0.28 | 349.3 | 0.54 | 0.46 |
| Hex | B7 | 36 | 4D | 0 | 46 | 3A | 1C | 15D | 36 | 2E |
| Octal | 267 | 66 | 115 | 0 | 106 | 72 | 34 | 535 | 66 | 56 |
| Binary | 10110111 | 110110 | 1001101 | 0 | 1000110 | 111010 | 11100 | 101011101 | 110110 | 101110 |
Color Harmonies of #B7364D
Complementary color
Monochromatic Colors of #B7364D
Black with #B7364D
Text Example
Text Example
White with #B7364D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7364D; }
p { color: rgb(183,54,77); }
H1.HeaderClassName
{
color: #B7364D;
}
.AnyTagClassName
{
color: #B7364D;
}
</style>
background-color css
<style>
a { background-color: #B7364D; }
a { background-color: rgb(183,54,77); }
div.DivClassName
{
background-color: #B7364D;
}
.BgClassName
{
background-color: #B7364D;
}
</style>
border-color css
<style>
span { border-color: #B7364D; }
span { border-color: rgb(183,54,77); }
td.TdClassName
{
border-color: #B7364D;
}
.TagClassName
{
border-color: #B7364D;
}
</style>