Shades of Old Rose #B9205B
Tints of Old Rose #B9205B
RGB
CMYK
RGB Variations
Color information
#B9205B (or 0xB9205B) is known color: Old Rose. HEX triplet: B9, 20 and 5B. RGB value is (185,32,91). Sum of RGB (Red+Green+Blue) = 185+32+91=308 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.06% from 308); Green value is 32 (12.89% from 255 or 10.39% from 308); Blue value is 91 (35.94% from 255 or 29.55% from 308); Max value from RGB is 185 - color contains mainly: red. Hex color #B9205B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9205B is #46DFA4. Grayscale: #545454. Windows color (decimal): -4644773 or 5972153. OLE color: 5972153.
HSL color Cylindrical-coordinate representation of color #B9205B: hue angle of 336.86º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B9205B is Cyan = 0, Magento = 0.83, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 32 | 91 | - |
| CMYK | 0 | 0.83 | 0.51 | 0.27 |
| HSL | 336.86º | 0.71% | 0.43% | - |
| HSV(B) | 336.86º | 0.83% | 0.73% | - |
| XYZ | 22.41 | 12.1 | 11.05 | - |
| YUV | 84.47 | 131.69 | 199.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 32 | 91 | 0 | 0.83 | 0.51 | 0.27 | 336.86 | 0.71 | 0.43 |
| Hex | B9 | 20 | 5B | 0 | 53 | 33 | 1B | 151 | 47 | 2B |
| Octal | 271 | 40 | 133 | 0 | 123 | 63 | 33 | 521 | 107 | 53 |
| Binary | 10111001 | 100000 | 1011011 | 0 | 1010011 | 110011 | 11011 | 101010001 | 1000111 | 101011 |
Color Harmonies of #B9205B
Complementary color
Monochromatic Colors of #B9205B
Black with #B9205B
Text Example
Text Example
White with #B9205B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9205B; }
p { color: rgb(185,32,91); }
H1.HeaderClassName
{
color: #B9205B;
}
.AnyTagClassName
{
color: #B9205B;
}
</style>
background-color css
<style>
a { background-color: #B9205B; }
a { background-color: rgb(185,32,91); }
div.DivClassName
{
background-color: #B9205B;
}
.BgClassName
{
background-color: #B9205B;
}
</style>
border-color css
<style>
span { border-color: #B9205B; }
span { border-color: rgb(185,32,91); }
td.TdClassName
{
border-color: #B9205B;
}
.TagClassName
{
border-color: #B9205B;
}
</style>