Shades of Old Rose #B7334E
Tints of Old Rose #B7334E
RGB
CMYK
RGB Variations
Color information
#B7334E (or 0xB7334E) is known color: Old Rose. HEX triplet: B7, 33 and 4E. RGB value is (183,51,78). Sum of RGB (Red+Green+Blue) = 183+51+78=312 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.65% from 312); Green value is 51 (20.31% from 255 or 16.35% from 312); Blue value is 78 (30.86% from 255 or 25% from 312); Max value from RGB is 183 - color contains mainly: red. Hex color #B7334E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7334E is #48CCB1. Grayscale: #5D5D5D. Windows color (decimal): -4770994 or 5125047. OLE color: 5125047.
HSL color Cylindrical-coordinate representation of color #B7334E: hue angle of 347.73º 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 #B7334E is Cyan = 0, Magento = 0.72, Yellow = 0.57 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 51 | 78 | - |
| CMYK | 0 | 0.72 | 0.57 | 0.28 |
| HSL | 347.73º | 0.56% | 0.46% | - |
| HSV(B) | 347.73º | 0.72% | 0.72% | - |
| XYZ | 22.09 | 12.98 | 8.55 | - |
| YUV | 93.55 | 119.23 | 191.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 51 | 78 | 0 | 0.72 | 0.57 | 0.28 | 347.73 | 0.56 | 0.46 |
| Hex | B7 | 33 | 4E | 0 | 48 | 39 | 1C | 15C | 38 | 2E |
| Octal | 267 | 63 | 116 | 0 | 110 | 71 | 34 | 534 | 70 | 56 |
| Binary | 10110111 | 110011 | 1001110 | 0 | 1001000 | 111001 | 11100 | 101011100 | 111000 | 101110 |
Color Harmonies of #B7334E
Complementary color
Monochromatic Colors of #B7334E
Black with #B7334E
Text Example
Text Example
White with #B7334E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7334E; }
p { color: rgb(183,51,78); }
H1.HeaderClassName
{
color: #B7334E;
}
.AnyTagClassName
{
color: #B7334E;
}
</style>
background-color css
<style>
a { background-color: #B7334E; }
a { background-color: rgb(183,51,78); }
div.DivClassName
{
background-color: #B7334E;
}
.BgClassName
{
background-color: #B7334E;
}
</style>
border-color css
<style>
span { border-color: #B7334E; }
span { border-color: rgb(183,51,78); }
td.TdClassName
{
border-color: #B7334E;
}
.TagClassName
{
border-color: #B7334E;
}
</style>