Shades of Old Rose #B7334F
Tints of Old Rose #B7334F
RGB
CMYK
RGB Variations
Color information
#B7334F (or 0xB7334F) is known color: Old Rose. HEX triplet: B7, 33 and 4F. RGB value is (183,51,79). Sum of RGB (Red+Green+Blue) = 183+51+79=313 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.47% from 313); Green value is 51 (20.31% from 255 or 16.29% from 313); Blue value is 79 (31.25% from 255 or 25.24% from 313); Max value from RGB is 183 - color contains mainly: red. Hex color #B7334F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7334F is #48CCB0. Grayscale: #5D5D5D. Windows color (decimal): -4770993 or 5190583. OLE color: 5190583.
HSL color Cylindrical-coordinate representation of color #B7334F: hue angle of 347.27º 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 #B7334F is Cyan = 0, Magento = 0.72, Yellow = 0.57 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 51 | 79 | - |
| CMYK | 0 | 0.72 | 0.57 | 0.28 |
| HSL | 347.27º | 0.56% | 0.46% | - |
| HSV(B) | 347.27º | 0.72% | 0.72% | - |
| XYZ | 22.12 | 13 | 8.74 | - |
| YUV | 93.66 | 119.73 | 191.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 51 | 79 | 0 | 0.72 | 0.57 | 0.28 | 347.27 | 0.56 | 0.46 |
| Hex | B7 | 33 | 4F | 0 | 48 | 39 | 1C | 15B | 38 | 2E |
| Octal | 267 | 63 | 117 | 0 | 110 | 71 | 34 | 533 | 70 | 56 |
| Binary | 10110111 | 110011 | 1001111 | 0 | 1001000 | 111001 | 11100 | 101011011 | 111000 | 101110 |
Color Harmonies of #B7334F
Complementary color
Monochromatic Colors of #B7334F
Black with #B7334F
Text Example
Text Example
White with #B7334F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7334F; }
p { color: rgb(183,51,79); }
H1.HeaderClassName
{
color: #B7334F;
}
.AnyTagClassName
{
color: #B7334F;
}
</style>
background-color css
<style>
a { background-color: #B7334F; }
a { background-color: rgb(183,51,79); }
div.DivClassName
{
background-color: #B7334F;
}
.BgClassName
{
background-color: #B7334F;
}
</style>
border-color css
<style>
span { border-color: #B7334F; }
span { border-color: rgb(183,51,79); }
td.TdClassName
{
border-color: #B7334F;
}
.TagClassName
{
border-color: #B7334F;
}
</style>