Shades of Old Rose #B9215B
Tints of Old Rose #B9215B
RGB
CMYK
RGB Variations
Color information
#B9215B (or 0xB9215B) is known color: Old Rose. HEX triplet: B9, 21 and 5B. RGB value is (185,33,91). Sum of RGB (Red+Green+Blue) = 185+33+91=309 (40% of max value = 765). Red value is 185 (72.66% from 255 or 59.87% from 309); Green value is 33 (13.28% from 255 or 10.68% from 309); Blue value is 91 (35.94% from 255 or 29.45% from 309); Max value from RGB is 185 - color contains mainly: red. Hex color #B9215B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9215B is #46DEA4. Grayscale: #545454. Windows color (decimal): -4644517 or 5972409. OLE color: 5972409.
HSL color Cylindrical-coordinate representation of color #B9215B: hue angle of 337.11º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B9215B is Cyan = 0, Magento = 0.82, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 33 | 91 | - |
| CMYK | 0 | 0.82 | 0.51 | 0.27 |
| HSL | 337.11º | 0.7% | 0.43% | - |
| HSV(B) | 337.11º | 0.82% | 0.73% | - |
| XYZ | 22.44 | 12.16 | 11.06 | - |
| YUV | 85.06 | 131.36 | 199.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 33 | 91 | 0 | 0.82 | 0.51 | 0.27 | 337.11 | 0.7 | 0.43 |
| Hex | B9 | 21 | 5B | 0 | 52 | 33 | 1B | 151 | 46 | 2B |
| Octal | 271 | 41 | 133 | 0 | 122 | 63 | 33 | 521 | 106 | 53 |
| Binary | 10111001 | 100001 | 1011011 | 0 | 1010010 | 110011 | 11011 | 101010001 | 1000110 | 101011 |
Color Harmonies of #B9215B
Complementary color
Monochromatic Colors of #B9215B
Black with #B9215B
Text Example
Text Example
White with #B9215B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9215B; }
p { color: rgb(185,33,91); }
H1.HeaderClassName
{
color: #B9215B;
}
.AnyTagClassName
{
color: #B9215B;
}
</style>
background-color css
<style>
a { background-color: #B9215B; }
a { background-color: rgb(185,33,91); }
div.DivClassName
{
background-color: #B9215B;
}
.BgClassName
{
background-color: #B9215B;
}
</style>
border-color css
<style>
span { border-color: #B9215B; }
span { border-color: rgb(185,33,91); }
td.TdClassName
{
border-color: #B9215B;
}
.TagClassName
{
border-color: #B9215B;
}
</style>