Shades of Old Rose #B8285B
Tints of Old Rose #B8285B
RGB
CMYK
RGB Variations
Color information
#B8285B (or 0xB8285B) is known color: Old Rose. HEX triplet: B8, 28 and 5B. RGB value is (184,40,91). Sum of RGB (Red+Green+Blue) = 184+40+91=315 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.41% from 315); Green value is 40 (16.02% from 255 or 12.70% from 315); Blue value is 91 (35.94% from 255 or 28.89% from 315); Max value from RGB is 184 - color contains mainly: red. Hex color #B8285B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8285B is #47D7A4. Grayscale: #585858. Windows color (decimal): -4708261 or 5974200. OLE color: 5974200.
HSL color Cylindrical-coordinate representation of color #B8285B: hue angle of 338.75º 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 #B8285B is Cyan = 0, Magento = 0.78, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 40 | 91 | - |
| CMYK | 0 | 0.78 | 0.51 | 0.28 |
| HSL | 338.75º | 0.64% | 0.44% | - |
| HSV(B) | 338.75º | 0.78% | 0.72% | - |
| XYZ | 22.41 | 12.46 | 11.12 | - |
| YUV | 88.87 | 129.21 | 195.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 40 | 91 | 0 | 0.78 | 0.51 | 0.28 | 338.75 | 0.64 | 0.44 |
| Hex | B8 | 28 | 5B | 0 | 4E | 33 | 1C | 153 | 40 | 2C |
| Octal | 270 | 50 | 133 | 0 | 116 | 63 | 34 | 523 | 100 | 54 |
| Binary | 10111000 | 101000 | 1011011 | 0 | 1001110 | 110011 | 11100 | 101010011 | 1000000 | 101100 |
Color Harmonies of #B8285B
Complementary color
Monochromatic Colors of #B8285B
Black with #B8285B
Text Example
Text Example
White with #B8285B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8285B; }
p { color: rgb(184,40,91); }
H1.HeaderClassName
{
color: #B8285B;
}
.AnyTagClassName
{
color: #B8285B;
}
</style>
background-color css
<style>
a { background-color: #B8285B; }
a { background-color: rgb(184,40,91); }
div.DivClassName
{
background-color: #B8285B;
}
.BgClassName
{
background-color: #B8285B;
}
</style>
border-color css
<style>
span { border-color: #B8285B; }
span { border-color: rgb(184,40,91); }
td.TdClassName
{
border-color: #B8285B;
}
.TagClassName
{
border-color: #B8285B;
}
</style>