Shades of Old Rose #B7285A
Tints of Old Rose #B7285A
RGB
CMYK
RGB Variations
Color information
#B7285A (or 0xB7285A) is known color: Old Rose. HEX triplet: B7, 28 and 5A. RGB value is (183,40,90). Sum of RGB (Red+Green+Blue) = 183+40+90=313 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.47% from 313); Green value is 40 (16.02% from 255 or 12.78% from 313); Blue value is 90 (35.55% from 255 or 28.75% from 313); Max value from RGB is 183 - color contains mainly: red. Hex color #B7285A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7285A is #48D7A5. Grayscale: #585858. Windows color (decimal): -4773798 or 5908663. OLE color: 5908663.
HSL color Cylindrical-coordinate representation of color #B7285A: hue angle of 339.02º 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 #B7285A is Cyan = 0, Magento = 0.78, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 40 | 90 | - |
| CMYK | 0 | 0.78 | 0.51 | 0.28 |
| HSL | 339.02º | 0.64% | 0.44% | - |
| HSV(B) | 339.02º | 0.78% | 0.72% | - |
| XYZ | 22.13 | 12.32 | 10.88 | - |
| YUV | 88.46 | 128.88 | 195.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 40 | 90 | 0 | 0.78 | 0.51 | 0.28 | 339.02 | 0.64 | 0.44 |
| Hex | B7 | 28 | 5A | 0 | 4E | 33 | 1C | 153 | 40 | 2C |
| Octal | 267 | 50 | 132 | 0 | 116 | 63 | 34 | 523 | 100 | 54 |
| Binary | 10110111 | 101000 | 1011010 | 0 | 1001110 | 110011 | 11100 | 101010011 | 1000000 | 101100 |
Color Harmonies of #B7285A
Complementary color
Monochromatic Colors of #B7285A
Black with #B7285A
Text Example
Text Example
White with #B7285A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7285A; }
p { color: rgb(183,40,90); }
H1.HeaderClassName
{
color: #B7285A;
}
.AnyTagClassName
{
color: #B7285A;
}
</style>
background-color css
<style>
a { background-color: #B7285A; }
a { background-color: rgb(183,40,90); }
div.DivClassName
{
background-color: #B7285A;
}
.BgClassName
{
background-color: #B7285A;
}
</style>
border-color css
<style>
span { border-color: #B7285A; }
span { border-color: rgb(183,40,90); }
td.TdClassName
{
border-color: #B7285A;
}
.TagClassName
{
border-color: #B7285A;
}
</style>