Shades of Old Rose #B7354D
Tints of Old Rose #B7354D
RGB
CMYK
RGB Variations
Color information
#B7354D (or 0xB7354D) is known color: Old Rose. HEX triplet: B7, 35 and 4D. RGB value is (183,53,77). Sum of RGB (Red+Green+Blue) = 183+53+77=313 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.47% from 313); Green value is 53 (21.09% from 255 or 16.93% from 313); Blue value is 77 (30.47% from 255 or 24.60% from 313); Max value from RGB is 183 - color contains mainly: red. Hex color #B7354D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7354D is #48CAB2. Grayscale: #5E5E5E. Windows color (decimal): -4770483 or 5060023. OLE color: 5060023.
HSL color Cylindrical-coordinate representation of color #B7354D: hue angle of 348.92º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B7354D is Cyan = 0, Magento = 0.71, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 53 | 77 | - |
| CMYK | 0 | 0.71 | 0.58 | 0.28 |
| HSL | 348.92º | 0.55% | 0.46% | - |
| HSV(B) | 348.92º | 0.71% | 0.72% | - |
| XYZ | 22.14 | 13.15 | 8.39 | - |
| YUV | 94.61 | 118.07 | 191.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 53 | 77 | 0 | 0.71 | 0.58 | 0.28 | 348.92 | 0.55 | 0.46 |
| Hex | B7 | 35 | 4D | 0 | 47 | 3A | 1C | 15D | 37 | 2E |
| Octal | 267 | 65 | 115 | 0 | 107 | 72 | 34 | 535 | 67 | 56 |
| Binary | 10110111 | 110101 | 1001101 | 0 | 1000111 | 111010 | 11100 | 101011101 | 110111 | 101110 |
Color Harmonies of #B7354D
Complementary color
Monochromatic Colors of #B7354D
Black with #B7354D
Text Example
Text Example
White with #B7354D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7354D; }
p { color: rgb(183,53,77); }
H1.HeaderClassName
{
color: #B7354D;
}
.AnyTagClassName
{
color: #B7354D;
}
</style>
background-color css
<style>
a { background-color: #B7354D; }
a { background-color: rgb(183,53,77); }
div.DivClassName
{
background-color: #B7354D;
}
.BgClassName
{
background-color: #B7354D;
}
</style>
border-color css
<style>
span { border-color: #B7354D; }
span { border-color: rgb(183,53,77); }
td.TdClassName
{
border-color: #B7354D;
}
.TagClassName
{
border-color: #B7354D;
}
</style>