Shades of Old Rose #B9205A
Tints of Old Rose #B9205A
RGB
CMYK
RGB Variations
Color information
#B9205A (or 0xB9205A) is known color: Old Rose. HEX triplet: B9, 20 and 5A. RGB value is (185,32,90). Sum of RGB (Red+Green+Blue) = 185+32+90=307 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.26% from 307); Green value is 32 (12.89% from 255 or 10.42% from 307); Blue value is 90 (35.55% from 255 or 29.32% from 307); Max value from RGB is 185 - color contains mainly: red. Hex color #B9205A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9205A is #46DFA5. Grayscale: #545454. Windows color (decimal): -4644774 or 5906617. OLE color: 5906617.
HSL color Cylindrical-coordinate representation of color #B9205A: hue angle of 337.25º 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 #B9205A is Cyan = 0, Magento = 0.83, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 32 | 90 | - |
| CMYK | 0 | 0.83 | 0.51 | 0.27 |
| HSL | 337.25º | 0.71% | 0.43% | - |
| HSV(B) | 337.25º | 0.83% | 0.73% | - |
| XYZ | 22.37 | 12.09 | 10.83 | - |
| YUV | 84.36 | 131.19 | 199.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 32 | 90 | 0 | 0.83 | 0.51 | 0.27 | 337.25 | 0.71 | 0.43 |
| Hex | B9 | 20 | 5A | 0 | 53 | 33 | 1B | 151 | 47 | 2B |
| Octal | 271 | 40 | 132 | 0 | 123 | 63 | 33 | 521 | 107 | 53 |
| Binary | 10111001 | 100000 | 1011010 | 0 | 1010011 | 110011 | 11011 | 101010001 | 1000111 | 101011 |
Color Harmonies of #B9205A
Complementary color
Monochromatic Colors of #B9205A
Black with #B9205A
Text Example
Text Example
White with #B9205A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9205A; }
p { color: rgb(185,32,90); }
H1.HeaderClassName
{
color: #B9205A;
}
.AnyTagClassName
{
color: #B9205A;
}
</style>
background-color css
<style>
a { background-color: #B9205A; }
a { background-color: rgb(185,32,90); }
div.DivClassName
{
background-color: #B9205A;
}
.BgClassName
{
background-color: #B9205A;
}
</style>
border-color css
<style>
span { border-color: #B9205A; }
span { border-color: rgb(185,32,90); }
td.TdClassName
{
border-color: #B9205A;
}
.TagClassName
{
border-color: #B9205A;
}
</style>