Shades of Old Rose #B7394D
Tints of Old Rose #B7394D
RGB
CMYK
RGB Variations
Color information
#B7394D (or 0xB7394D) is known color: Old Rose. HEX triplet: B7, 39 and 4D. RGB value is (183,57,77). Sum of RGB (Red+Green+Blue) = 183+57+77=317 (41% of max value = 765). Red value is 183 (71.88% from 255 or 57.73% from 317); Green value is 57 (22.66% from 255 or 17.98% from 317); Blue value is 77 (30.47% from 255 or 24.29% from 317); Max value from RGB is 183 - color contains mainly: red. Hex color #B7394D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7394D is #48C6B2. Grayscale: #616161. Windows color (decimal): -4769459 or 5061047. OLE color: 5061047.
HSL color Cylindrical-coordinate representation of color #B7394D: hue angle of 350.48º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B7394D is Cyan = 0, Magento = 0.69, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 57 | 77 | - |
| CMYK | 0 | 0.69 | 0.58 | 0.28 |
| HSL | 350.48º | 0.53% | 0.47% | - |
| HSV(B) | 350.48º | 0.69% | 0.72% | - |
| XYZ | 22.33 | 13.53 | 8.46 | - |
| YUV | 96.95 | 116.74 | 189.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 57 | 77 | 0 | 0.69 | 0.58 | 0.28 | 350.48 | 0.53 | 0.47 |
| Hex | B7 | 39 | 4D | 0 | 45 | 3A | 1C | 15E | 34 | 2F |
| Octal | 267 | 71 | 115 | 0 | 105 | 72 | 34 | 536 | 64 | 57 |
| Binary | 10110111 | 111001 | 1001101 | 0 | 1000101 | 111010 | 11100 | 101011110 | 110100 | 101111 |
Color Harmonies of #B7394D
Complementary color
Monochromatic Colors of #B7394D
Black with #B7394D
Text Example
Text Example
White with #B7394D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7394D; }
p { color: rgb(183,57,77); }
H1.HeaderClassName
{
color: #B7394D;
}
.AnyTagClassName
{
color: #B7394D;
}
</style>
background-color css
<style>
a { background-color: #B7394D; }
a { background-color: rgb(183,57,77); }
div.DivClassName
{
background-color: #B7394D;
}
.BgClassName
{
background-color: #B7394D;
}
</style>
border-color css
<style>
span { border-color: #B7394D; }
span { border-color: rgb(183,57,77); }
td.TdClassName
{
border-color: #B7394D;
}
.TagClassName
{
border-color: #B7394D;
}
</style>