Shades of Old Rose #B9305D
Tints of Old Rose #B9305D
RGB
CMYK
RGB Variations
Color information
#B9305D (or 0xB9305D) is known color: Old Rose. HEX triplet: B9, 30 and 5D. RGB value is (185,48,93). Sum of RGB (Red+Green+Blue) = 185+48+93=326 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.75% from 326); Green value is 48 (19.14% from 255 or 14.72% from 326); Blue value is 93 (36.72% from 255 or 28.53% from 326); Max value from RGB is 185 - color contains mainly: red. Hex color #B9305D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9305D is #46CFA2. Grayscale: #5E5E5E. Windows color (decimal): -4640675 or 6107321. OLE color: 6107321.
HSL color Cylindrical-coordinate representation of color #B9305D: hue angle of 340.29º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B9305D is Cyan = 0, Magento = 0.74, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 48 | 93 | - |
| CMYK | 0 | 0.74 | 0.50 | 0.27 |
| HSL | 340.29º | 0.59% | 0.46% | - |
| HSV(B) | 340.29º | 0.74% | 0.73% | - |
| XYZ | 23.04 | 13.22 | 11.69 | - |
| YUV | 94.09 | 127.39 | 192.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 48 | 93 | 0 | 0.74 | 0.50 | 0.27 | 340.29 | 0.59 | 0.46 |
| Hex | B9 | 30 | 5D | 0 | 4A | 32 | 1B | 154 | 3B | 2E |
| Octal | 271 | 60 | 135 | 0 | 112 | 62 | 33 | 524 | 73 | 56 |
| Binary | 10111001 | 110000 | 1011101 | 0 | 1001010 | 110010 | 11011 | 101010100 | 111011 | 101110 |
Color Harmonies of #B9305D
Complementary color
Monochromatic Colors of #B9305D
Black with #B9305D
Text Example
Text Example
White with #B9305D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9305D; }
p { color: rgb(185,48,93); }
H1.HeaderClassName
{
color: #B9305D;
}
.AnyTagClassName
{
color: #B9305D;
}
</style>
background-color css
<style>
a { background-color: #B9305D; }
a { background-color: rgb(185,48,93); }
div.DivClassName
{
background-color: #B9305D;
}
.BgClassName
{
background-color: #B9305D;
}
</style>
border-color css
<style>
span { border-color: #B9305D; }
span { border-color: rgb(185,48,93); }
td.TdClassName
{
border-color: #B9305D;
}
.TagClassName
{
border-color: #B9305D;
}
</style>