Shades of Old Rose #BB314B
Tints of Old Rose #BB314B
RGB
CMYK
RGB Variations
Color information
#BB314B (or 0xBB314B) is known color: Old Rose. HEX triplet: BB, 31 and 4B. RGB value is (187,49,75). Sum of RGB (Red+Green+Blue) = 187+49+75=311 (41% of max value = 765). Red value is 187 (73.44% from 255 or 60.13% from 311); Green value is 49 (19.53% from 255 or 15.76% from 311); Blue value is 75 (29.69% from 255 or 24.12% from 311); Max value from RGB is 187 - color contains mainly: red. Hex color #BB314B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB314B is #44CEB4. Grayscale: #5D5D5D. Windows color (decimal): -4509365 or 4927931. OLE color: 4927931.
HSL color Cylindrical-coordinate representation of color #BB314B: hue angle of 348.7º degrees, saturation: 0.58, 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 #BB314B is Cyan = 0, Magento = 0.74, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 49 | 75 | - |
| CMYK | 0 | 0.74 | 0.60 | 0.27 |
| HSL | 348.7º | 0.58% | 0.46% | - |
| HSV(B) | 348.7º | 0.74% | 0.73% | - |
| XYZ | 22.86 | 13.27 | 8.01 | - |
| YUV | 93.23 | 117.72 | 194.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 49 | 75 | 0 | 0.74 | 0.60 | 0.27 | 348.7 | 0.58 | 0.46 |
| Hex | BB | 31 | 4B | 0 | 4A | 3C | 1B | 15D | 3A | 2E |
| Octal | 273 | 61 | 113 | 0 | 112 | 74 | 33 | 535 | 72 | 56 |
| Binary | 10111011 | 110001 | 1001011 | 0 | 1001010 | 111100 | 11011 | 101011101 | 111010 | 101110 |
Color Harmonies of #BB314B
Complementary color
Monochromatic Colors of #BB314B
Black with #BB314B
Text Example
Text Example
White with #BB314B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB314B; }
p { color: rgb(187,49,75); }
H1.HeaderClassName
{
color: #BB314B;
}
.AnyTagClassName
{
color: #BB314B;
}
</style>
background-color css
<style>
a { background-color: #BB314B; }
a { background-color: rgb(187,49,75); }
div.DivClassName
{
background-color: #BB314B;
}
.BgClassName
{
background-color: #BB314B;
}
</style>
border-color css
<style>
span { border-color: #BB314B; }
span { border-color: rgb(187,49,75); }
td.TdClassName
{
border-color: #BB314B;
}
.TagClassName
{
border-color: #BB314B;
}
</style>