Shades of Old Rose #B7285B
Tints of Old Rose #B7285B
RGB
CMYK
RGB Variations
Color information
#B7285B (or 0xB7285B) is known color: Old Rose. HEX triplet: B7, 28 and 5B. RGB value is (183,40,91). Sum of RGB (Red+Green+Blue) = 183+40+91=314 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.28% from 314); Green value is 40 (16.02% from 255 or 12.74% from 314); Blue value is 91 (35.94% from 255 or 28.98% from 314); Max value from RGB is 183 - color contains mainly: red. Hex color #B7285B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7285B is #48D7A4. Grayscale: #585858. Windows color (decimal): -4773797 or 5974199. OLE color: 5974199.
HSL color Cylindrical-coordinate representation of color #B7285B: hue angle of 338.6º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B7285B is Cyan = 0, Magento = 0.78, Yellow = 0.50 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 40 | 91 | - |
| CMYK | 0 | 0.78 | 0.50 | 0.28 |
| HSL | 338.6º | 0.64% | 0.44% | - |
| HSV(B) | 338.6º | 0.78% | 0.72% | - |
| XYZ | 22.18 | 12.34 | 11.11 | - |
| YUV | 88.57 | 129.38 | 195.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 40 | 91 | 0 | 0.78 | 0.50 | 0.28 | 338.6 | 0.64 | 0.44 |
| Hex | B7 | 28 | 5B | 0 | 4E | 32 | 1C | 153 | 40 | 2C |
| Octal | 267 | 50 | 133 | 0 | 116 | 62 | 34 | 523 | 100 | 54 |
| Binary | 10110111 | 101000 | 1011011 | 0 | 1001110 | 110010 | 11100 | 101010011 | 1000000 | 101100 |
Color Harmonies of #B7285B
Complementary color
Monochromatic Colors of #B7285B
Black with #B7285B
Text Example
Text Example
White with #B7285B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7285B; }
p { color: rgb(183,40,91); }
H1.HeaderClassName
{
color: #B7285B;
}
.AnyTagClassName
{
color: #B7285B;
}
</style>
background-color css
<style>
a { background-color: #B7285B; }
a { background-color: rgb(183,40,91); }
div.DivClassName
{
background-color: #B7285B;
}
.BgClassName
{
background-color: #B7285B;
}
</style>
border-color css
<style>
span { border-color: #B7285B; }
span { border-color: rgb(183,40,91); }
td.TdClassName
{
border-color: #B7285B;
}
.TagClassName
{
border-color: #B7285B;
}
</style>