Shades of Old Rose #B9305C
Tints of Old Rose #B9305C
RGB
CMYK
RGB Variations
Color information
#B9305C (or 0xB9305C) is known color: Old Rose. HEX triplet: B9, 30 and 5C. RGB value is (185,48,92). Sum of RGB (Red+Green+Blue) = 185+48+92=325 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.92% from 325); Green value is 48 (19.14% from 255 or 14.77% from 325); Blue value is 92 (36.33% from 255 or 28.31% from 325); Max value from RGB is 185 - color contains mainly: red. Hex color #B9305C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9305C is #46CFA3. Grayscale: #5D5D5D. Windows color (decimal): -4640676 or 6041785. OLE color: 6041785.
HSL color Cylindrical-coordinate representation of color #B9305C: hue angle of 340.73º 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 #B9305C is Cyan = 0, Magento = 0.74, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 48 | 92 | - |
| CMYK | 0 | 0.74 | 0.50 | 0.27 |
| HSL | 340.73º | 0.59% | 0.46% | - |
| HSV(B) | 340.73º | 0.74% | 0.73% | - |
| XYZ | 23 | 13.2 | 11.46 | - |
| YUV | 93.98 | 126.89 | 192.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 48 | 92 | 0 | 0.74 | 0.50 | 0.27 | 340.73 | 0.59 | 0.46 |
| Hex | B9 | 30 | 5C | 0 | 4A | 32 | 1B | 155 | 3B | 2E |
| Octal | 271 | 60 | 134 | 0 | 112 | 62 | 33 | 525 | 73 | 56 |
| Binary | 10111001 | 110000 | 1011100 | 0 | 1001010 | 110010 | 11011 | 101010101 | 111011 | 101110 |
Color Harmonies of #B9305C
Complementary color
Monochromatic Colors of #B9305C
Black with #B9305C
Text Example
Text Example
White with #B9305C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9305C; }
p { color: rgb(185,48,92); }
H1.HeaderClassName
{
color: #B9305C;
}
.AnyTagClassName
{
color: #B9305C;
}
</style>
background-color css
<style>
a { background-color: #B9305C; }
a { background-color: rgb(185,48,92); }
div.DivClassName
{
background-color: #B9305C;
}
.BgClassName
{
background-color: #B9305C;
}
</style>
border-color css
<style>
span { border-color: #B9305C; }
span { border-color: rgb(185,48,92); }
td.TdClassName
{
border-color: #B9305C;
}
.TagClassName
{
border-color: #B9305C;
}
</style>