Shades of Old Rose #B9255E
Tints of Old Rose #B9255E
RGB
CMYK
RGB Variations
Color information
#B9255E (or 0xB9255E) is known color: Old Rose. HEX triplet: B9, 25 and 5E. RGB value is (185,37,94). Sum of RGB (Red+Green+Blue) = 185+37+94=316 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.54% from 316); Green value is 37 (14.84% from 255 or 11.71% from 316); Blue value is 94 (37.11% from 255 or 29.75% from 316); Max value from RGB is 185 - color contains mainly: red. Hex color #B9255E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9255E is #46DAA1. Grayscale: #575757. Windows color (decimal): -4643490 or 6170041. OLE color: 6170041.
HSL color Cylindrical-coordinate representation of color #B9255E: hue angle of 336.89º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B9255E is Cyan = 0, Magento = 0.80, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 37 | 94 | - |
| CMYK | 0 | 0.80 | 0.49 | 0.27 |
| HSL | 336.89º | 0.67% | 0.44% | - |
| HSV(B) | 336.89º | 0.8% | 0.73% | - |
| XYZ | 22.69 | 12.45 | 11.8 | - |
| YUV | 87.75 | 131.53 | 197.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 37 | 94 | 0 | 0.80 | 0.49 | 0.27 | 336.89 | 0.67 | 0.44 |
| Hex | B9 | 25 | 5E | 0 | 50 | 31 | 1B | 151 | 43 | 2C |
| Octal | 271 | 45 | 136 | 0 | 120 | 61 | 33 | 521 | 103 | 54 |
| Binary | 10111001 | 100101 | 1011110 | 0 | 1010000 | 110001 | 11011 | 101010001 | 1000011 | 101100 |
Color Harmonies of #B9255E
Complementary color
Monochromatic Colors of #B9255E
Black with #B9255E
Text Example
Text Example
White with #B9255E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9255E; }
p { color: rgb(185,37,94); }
H1.HeaderClassName
{
color: #B9255E;
}
.AnyTagClassName
{
color: #B9255E;
}
</style>
background-color css
<style>
a { background-color: #B9255E; }
a { background-color: rgb(185,37,94); }
div.DivClassName
{
background-color: #B9255E;
}
.BgClassName
{
background-color: #B9255E;
}
</style>
border-color css
<style>
span { border-color: #B9255E; }
span { border-color: rgb(185,37,94); }
td.TdClassName
{
border-color: #B9255E;
}
.TagClassName
{
border-color: #B9255E;
}
</style>