Shades of Old Rose #B9304B
Tints of Old Rose #B9304B
RGB
CMYK
RGB Variations
Color information
#B9304B (or 0xB9304B) is known color: Old Rose. HEX triplet: B9, 30 and 4B. RGB value is (185,48,75). Sum of RGB (Red+Green+Blue) = 185+48+75=308 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.06% from 308); Green value is 48 (19.14% from 255 or 15.58% from 308); Blue value is 75 (29.69% from 255 or 24.35% from 308); Max value from RGB is 185 - color contains mainly: red. Hex color #B9304B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9304B is #46CFB4. Grayscale: #5C5C5C. Windows color (decimal): -4640693 or 4927673. OLE color: 4927673.
HSL color Cylindrical-coordinate representation of color #B9304B: hue angle of 348.18º 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 #B9304B is Cyan = 0, Magento = 0.74, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 48 | 75 | - |
| CMYK | 0 | 0.74 | 0.59 | 0.27 |
| HSL | 348.18º | 0.59% | 0.46% | - |
| HSV(B) | 348.18º | 0.74% | 0.73% | - |
| XYZ | 22.33 | 12.94 | 7.98 | - |
| YUV | 92.04 | 118.39 | 194.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 48 | 75 | 0 | 0.74 | 0.59 | 0.27 | 348.18 | 0.59 | 0.46 |
| Hex | B9 | 30 | 4B | 0 | 4A | 3B | 1B | 15C | 3B | 2E |
| Octal | 271 | 60 | 113 | 0 | 112 | 73 | 33 | 534 | 73 | 56 |
| Binary | 10111001 | 110000 | 1001011 | 0 | 1001010 | 111011 | 11011 | 101011100 | 111011 | 101110 |
Color Harmonies of #B9304B
Complementary color
Monochromatic Colors of #B9304B
Black with #B9304B
Text Example
Text Example
White with #B9304B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9304B; }
p { color: rgb(185,48,75); }
H1.HeaderClassName
{
color: #B9304B;
}
.AnyTagClassName
{
color: #B9304B;
}
</style>
background-color css
<style>
a { background-color: #B9304B; }
a { background-color: rgb(185,48,75); }
div.DivClassName
{
background-color: #B9304B;
}
.BgClassName
{
background-color: #B9304B;
}
</style>
border-color css
<style>
span { border-color: #B9304B; }
span { border-color: rgb(185,48,75); }
td.TdClassName
{
border-color: #B9304B;
}
.TagClassName
{
border-color: #B9304B;
}
</style>