Shades of Old Rose #B9275B
Tints of Old Rose #B9275B
RGB
CMYK
RGB Variations
Color information
#B9275B (or 0xB9275B) is known color: Old Rose. HEX triplet: B9, 27 and 5B. RGB value is (185,39,91). Sum of RGB (Red+Green+Blue) = 185+39+91=315 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.73% from 315); Green value is 39 (15.62% from 255 or 12.38% from 315); Blue value is 91 (35.94% from 255 or 28.89% from 315); Max value from RGB is 185 - color contains mainly: red. Hex color #B9275B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9275B is #46D8A4. Grayscale: #585858. Windows color (decimal): -4642981 or 5973945. OLE color: 5973945.
HSL color Cylindrical-coordinate representation of color #B9275B: hue angle of 338.63º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B9275B is Cyan = 0, Magento = 0.79, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 39 | 91 | - |
| CMYK | 0 | 0.79 | 0.51 | 0.27 |
| HSL | 338.63º | 0.65% | 0.44% | - |
| HSV(B) | 338.63º | 0.79% | 0.73% | - |
| XYZ | 22.62 | 12.52 | 11.12 | - |
| YUV | 88.58 | 129.37 | 196.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 39 | 91 | 0 | 0.79 | 0.51 | 0.27 | 338.63 | 0.65 | 0.44 |
| Hex | B9 | 27 | 5B | 0 | 4F | 33 | 1B | 153 | 41 | 2C |
| Octal | 271 | 47 | 133 | 0 | 117 | 63 | 33 | 523 | 101 | 54 |
| Binary | 10111001 | 100111 | 1011011 | 0 | 1001111 | 110011 | 11011 | 101010011 | 1000001 | 101100 |
Color Harmonies of #B9275B
Complementary color
Monochromatic Colors of #B9275B
Black with #B9275B
Text Example
Text Example
White with #B9275B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9275B; }
p { color: rgb(185,39,91); }
H1.HeaderClassName
{
color: #B9275B;
}
.AnyTagClassName
{
color: #B9275B;
}
</style>
background-color css
<style>
a { background-color: #B9275B; }
a { background-color: rgb(185,39,91); }
div.DivClassName
{
background-color: #B9275B;
}
.BgClassName
{
background-color: #B9275B;
}
</style>
border-color css
<style>
span { border-color: #B9275B; }
span { border-color: rgb(185,39,91); }
td.TdClassName
{
border-color: #B9275B;
}
.TagClassName
{
border-color: #B9275B;
}
</style>