Shades of Old Rose #B9295E
Tints of Old Rose #B9295E
RGB
CMYK
RGB Variations
Color information
#B9295E (or 0xB9295E) is known color: Old Rose. HEX triplet: B9, 29 and 5E. RGB value is (185,41,94). Sum of RGB (Red+Green+Blue) = 185+41+94=320 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.81% from 320); Green value is 41 (16.41% from 255 or 12.81% from 320); Blue value is 94 (37.11% from 255 or 29.38% from 320); Max value from RGB is 185 - color contains mainly: red. Hex color #B9295E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9295E is #46D6A1. Grayscale: #5A5A5A. Windows color (decimal): -4642466 or 6171065. OLE color: 6171065.
HSL color Cylindrical-coordinate representation of color #B9295E: hue angle of 337.92º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B9295E is Cyan = 0, Magento = 0.78, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 41 | 94 | - |
| CMYK | 0 | 0.78 | 0.49 | 0.27 |
| HSL | 337.92º | 0.64% | 0.44% | - |
| HSV(B) | 337.92º | 0.78% | 0.73% | - |
| XYZ | 22.82 | 12.71 | 11.84 | - |
| YUV | 90.1 | 130.21 | 195.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 41 | 94 | 0 | 0.78 | 0.49 | 0.27 | 337.92 | 0.64 | 0.44 |
| Hex | B9 | 29 | 5E | 0 | 4E | 31 | 1B | 152 | 40 | 2C |
| Octal | 271 | 51 | 136 | 0 | 116 | 61 | 33 | 522 | 100 | 54 |
| Binary | 10111001 | 101001 | 1011110 | 0 | 1001110 | 110001 | 11011 | 101010010 | 1000000 | 101100 |
Color Harmonies of #B9295E
Complementary color
Monochromatic Colors of #B9295E
Black with #B9295E
Text Example
Text Example
White with #B9295E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9295E; }
p { color: rgb(185,41,94); }
H1.HeaderClassName
{
color: #B9295E;
}
.AnyTagClassName
{
color: #B9295E;
}
</style>
background-color css
<style>
a { background-color: #B9295E; }
a { background-color: rgb(185,41,94); }
div.DivClassName
{
background-color: #B9295E;
}
.BgClassName
{
background-color: #B9295E;
}
</style>
border-color css
<style>
span { border-color: #B9295E; }
span { border-color: rgb(185,41,94); }
td.TdClassName
{
border-color: #B9295E;
}
.TagClassName
{
border-color: #B9295E;
}
</style>