Shades of Old Rose #BB315C
Tints of Old Rose #BB315C
RGB
CMYK
RGB Variations
Color information
#BB315C (or 0xBB315C) is known color: Old Rose. HEX triplet: BB, 31 and 5C. RGB value is (187,49,92). Sum of RGB (Red+Green+Blue) = 187+49+92=328 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.01% from 328); Green value is 49 (19.53% from 255 or 14.94% from 328); Blue value is 92 (36.33% from 255 or 28.05% from 328); Max value from RGB is 187 - color contains mainly: red. Hex color #BB315C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB315C is #44CEA3. Grayscale: #5F5F5F. Windows color (decimal): -4509348 or 6042043. OLE color: 6042043.
HSL color Cylindrical-coordinate representation of color #BB315C: hue angle of 341.3º 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 #BB315C is Cyan = 0, Magento = 0.74, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 49 | 92 | - |
| CMYK | 0 | 0.74 | 0.51 | 0.27 |
| HSL | 341.3º | 0.58% | 0.46% | - |
| HSV(B) | 341.3º | 0.74% | 0.73% | - |
| XYZ | 23.52 | 13.53 | 11.5 | - |
| YUV | 95.16 | 126.22 | 193.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 49 | 92 | 0 | 0.74 | 0.51 | 0.27 | 341.3 | 0.58 | 0.46 |
| Hex | BB | 31 | 5C | 0 | 4A | 33 | 1B | 155 | 3A | 2E |
| Octal | 273 | 61 | 134 | 0 | 112 | 63 | 33 | 525 | 72 | 56 |
| Binary | 10111011 | 110001 | 1011100 | 0 | 1001010 | 110011 | 11011 | 101010101 | 111010 | 101110 |
Color Harmonies of #BB315C
Complementary color
Monochromatic Colors of #BB315C
Black with #BB315C
Text Example
Text Example
White with #BB315C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB315C; }
p { color: rgb(187,49,92); }
H1.HeaderClassName
{
color: #BB315C;
}
.AnyTagClassName
{
color: #BB315C;
}
</style>
background-color css
<style>
a { background-color: #BB315C; }
a { background-color: rgb(187,49,92); }
div.DivClassName
{
background-color: #BB315C;
}
.BgClassName
{
background-color: #BB315C;
}
</style>
border-color css
<style>
span { border-color: #BB315C; }
span { border-color: rgb(187,49,92); }
td.TdClassName
{
border-color: #BB315C;
}
.TagClassName
{
border-color: #BB315C;
}
</style>