Shades of Old Rose #B7335A
Tints of Old Rose #B7335A
RGB
CMYK
RGB Variations
Color information
#B7335A (or 0xB7335A) is known color: Old Rose. HEX triplet: B7, 33 and 5A. RGB value is (183,51,90). Sum of RGB (Red+Green+Blue) = 183+51+90=324 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.48% from 324); Green value is 51 (20.31% from 255 or 15.74% from 324); Blue value is 90 (35.55% from 255 or 27.78% from 324); Max value from RGB is 183 - color contains mainly: red. Hex color #B7335A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7335A is #48CCA5. Grayscale: #5E5E5E. Windows color (decimal): -4770982 or 5911479. OLE color: 5911479.
HSL color Cylindrical-coordinate representation of color #B7335A: hue angle of 342.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 #B7335A is Cyan = 0, Magento = 0.72, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 51 | 90 | - |
| CMYK | 0 | 0.72 | 0.51 | 0.28 |
| HSL | 342.27º | 0.56% | 0.46% | - |
| HSV(B) | 342.27º | 0.72% | 0.72% | - |
| XYZ | 22.56 | 13.17 | 11.03 | - |
| YUV | 94.91 | 125.23 | 190.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 51 | 90 | 0 | 0.72 | 0.51 | 0.28 | 342.27 | 0.56 | 0.46 |
| Hex | B7 | 33 | 5A | 0 | 48 | 33 | 1C | 156 | 38 | 2E |
| Octal | 267 | 63 | 132 | 0 | 110 | 63 | 34 | 526 | 70 | 56 |
| Binary | 10110111 | 110011 | 1011010 | 0 | 1001000 | 110011 | 11100 | 101010110 | 111000 | 101110 |
Color Harmonies of #B7335A
Complementary color
Monochromatic Colors of #B7335A
Black with #B7335A
Text Example
Text Example
White with #B7335A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7335A; }
p { color: rgb(183,51,90); }
H1.HeaderClassName
{
color: #B7335A;
}
.AnyTagClassName
{
color: #B7335A;
}
</style>
background-color css
<style>
a { background-color: #B7335A; }
a { background-color: rgb(183,51,90); }
div.DivClassName
{
background-color: #B7335A;
}
.BgClassName
{
background-color: #B7335A;
}
</style>
border-color css
<style>
span { border-color: #B7335A; }
span { border-color: rgb(183,51,90); }
td.TdClassName
{
border-color: #B7335A;
}
.TagClassName
{
border-color: #B7335A;
}
</style>