Shades of Old Rose #BB304F
Tints of Old Rose #BB304F
RGB
CMYK
RGB Variations
Color information
#BB304F (or 0xBB304F) is known color: Old Rose. HEX triplet: BB, 30 and 4F. RGB value is (187,48,79). Sum of RGB (Red+Green+Blue) = 187+48+79=314 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.55% from 314); Green value is 48 (19.14% from 255 or 15.29% from 314); Blue value is 79 (31.25% from 255 or 25.16% from 314); Max value from RGB is 187 - color contains mainly: red. Hex color #BB304F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB304F is #44CFB0. Grayscale: #5D5D5D. Windows color (decimal): -4509617 or 5189819. OLE color: 5189819.
HSL color Cylindrical-coordinate representation of color #BB304F: hue angle of 346.62º 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 #BB304F is Cyan = 0, Magento = 0.74, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 48 | 79 | - |
| CMYK | 0 | 0.74 | 0.58 | 0.27 |
| HSL | 346.62º | 0.59% | 0.46% | - |
| HSV(B) | 346.62º | 0.74% | 0.73% | - |
| XYZ | 22.96 | 13.24 | 8.74 | - |
| YUV | 93.1 | 120.05 | 194.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 48 | 79 | 0 | 0.74 | 0.58 | 0.27 | 346.62 | 0.59 | 0.46 |
| Hex | BB | 30 | 4F | 0 | 4A | 3A | 1B | 15B | 3B | 2E |
| Octal | 273 | 60 | 117 | 0 | 112 | 72 | 33 | 533 | 73 | 56 |
| Binary | 10111011 | 110000 | 1001111 | 0 | 1001010 | 111010 | 11011 | 101011011 | 111011 | 101110 |
Color Harmonies of #BB304F
Complementary color
Monochromatic Colors of #BB304F
Black with #BB304F
Text Example
Text Example
White with #BB304F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB304F; }
p { color: rgb(187,48,79); }
H1.HeaderClassName
{
color: #BB304F;
}
.AnyTagClassName
{
color: #BB304F;
}
</style>
background-color css
<style>
a { background-color: #BB304F; }
a { background-color: rgb(187,48,79); }
div.DivClassName
{
background-color: #BB304F;
}
.BgClassName
{
background-color: #BB304F;
}
</style>
border-color css
<style>
span { border-color: #BB304F; }
span { border-color: rgb(187,48,79); }
td.TdClassName
{
border-color: #BB304F;
}
.TagClassName
{
border-color: #BB304F;
}
</style>