Shades of Old Rose #B7334C
Tints of Old Rose #B7334C
RGB
CMYK
RGB Variations
Color information
#B7334C (or 0xB7334C) is known color: Old Rose. HEX triplet: B7, 33 and 4C. RGB value is (183,51,76). Sum of RGB (Red+Green+Blue) = 183+51+76=310 (41% of max value = 765). Red value is 183 (71.88% from 255 or 59.03% from 310); Green value is 51 (20.31% from 255 or 16.45% from 310); Blue value is 76 (30.08% from 255 or 24.52% from 310); Max value from RGB is 183 - color contains mainly: red. Hex color #B7334C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7334C is #48CCB3. Grayscale: #5D5D5D. Windows color (decimal): -4770996 or 4993975. OLE color: 4993975.
HSL color Cylindrical-coordinate representation of color #B7334C: hue angle of 348.64º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B7334C is Cyan = 0, Magento = 0.72, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 51 | 76 | - |
| CMYK | 0 | 0.72 | 0.58 | 0.28 |
| HSL | 348.64º | 0.56% | 0.46% | - |
| HSV(B) | 348.64º | 0.72% | 0.72% | - |
| XYZ | 22.02 | 12.96 | 8.18 | - |
| YUV | 93.32 | 118.23 | 191.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 51 | 76 | 0 | 0.72 | 0.58 | 0.28 | 348.64 | 0.56 | 0.46 |
| Hex | B7 | 33 | 4C | 0 | 48 | 3A | 1C | 15D | 38 | 2E |
| Octal | 267 | 63 | 114 | 0 | 110 | 72 | 34 | 535 | 70 | 56 |
| Binary | 10110111 | 110011 | 1001100 | 0 | 1001000 | 111010 | 11100 | 101011101 | 111000 | 101110 |
Color Harmonies of #B7334C
Complementary color
Monochromatic Colors of #B7334C
Black with #B7334C
Text Example
Text Example
White with #B7334C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7334C; }
p { color: rgb(183,51,76); }
H1.HeaderClassName
{
color: #B7334C;
}
.AnyTagClassName
{
color: #B7334C;
}
</style>
background-color css
<style>
a { background-color: #B7334C; }
a { background-color: rgb(183,51,76); }
div.DivClassName
{
background-color: #B7334C;
}
.BgClassName
{
background-color: #B7334C;
}
</style>
border-color css
<style>
span { border-color: #B7334C; }
span { border-color: rgb(183,51,76); }
td.TdClassName
{
border-color: #B7334C;
}
.TagClassName
{
border-color: #B7334C;
}
</style>