Shades of Old Rose #B9255C
Tints of Old Rose #B9255C
RGB
CMYK
RGB Variations
Color information
#B9255C (or 0xB9255C) is known color: Old Rose. HEX triplet: B9, 25 and 5C. RGB value is (185,37,92). Sum of RGB (Red+Green+Blue) = 185+37+92=314 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.92% from 314); Green value is 37 (14.84% from 255 or 11.78% from 314); Blue value is 92 (36.33% from 255 or 29.30% from 314); Max value from RGB is 185 - color contains mainly: red. Hex color #B9255C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9255C is #46DAA3. Grayscale: #575757. Windows color (decimal): -4643492 or 6038969. OLE color: 6038969.
HSL color Cylindrical-coordinate representation of color #B9255C: hue angle of 337.7º 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 #B9255C is Cyan = 0, Magento = 0.80, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 37 | 92 | - |
| CMYK | 0 | 0.80 | 0.50 | 0.27 |
| HSL | 337.7º | 0.67% | 0.44% | - |
| HSV(B) | 337.7º | 0.8% | 0.73% | - |
| XYZ | 22.6 | 12.41 | 11.33 | - |
| YUV | 87.52 | 130.53 | 197.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 37 | 92 | 0 | 0.80 | 0.50 | 0.27 | 337.7 | 0.67 | 0.44 |
| Hex | B9 | 25 | 5C | 0 | 50 | 32 | 1B | 152 | 43 | 2C |
| Octal | 271 | 45 | 134 | 0 | 120 | 62 | 33 | 522 | 103 | 54 |
| Binary | 10111001 | 100101 | 1011100 | 0 | 1010000 | 110010 | 11011 | 101010010 | 1000011 | 101100 |
Color Harmonies of #B9255C
Complementary color
Monochromatic Colors of #B9255C
Black with #B9255C
Text Example
Text Example
White with #B9255C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9255C; }
p { color: rgb(185,37,92); }
H1.HeaderClassName
{
color: #B9255C;
}
.AnyTagClassName
{
color: #B9255C;
}
</style>
background-color css
<style>
a { background-color: #B9255C; }
a { background-color: rgb(185,37,92); }
div.DivClassName
{
background-color: #B9255C;
}
.BgClassName
{
background-color: #B9255C;
}
</style>
border-color css
<style>
span { border-color: #B9255C; }
span { border-color: rgb(185,37,92); }
td.TdClassName
{
border-color: #B9255C;
}
.TagClassName
{
border-color: #B9255C;
}
</style>