Shades of Old Rose #BB325C
Tints of Old Rose #BB325C
RGB
CMYK
RGB Variations
Color information
#BB325C (or 0xBB325C) is known color: Old Rose. HEX triplet: BB, 32 and 5C. RGB value is (187,50,92). Sum of RGB (Red+Green+Blue) = 187+50+92=329 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.84% from 329); Green value is 50 (19.92% from 255 or 15.20% from 329); Blue value is 92 (36.33% from 255 or 27.96% from 329); Max value from RGB is 187 - color contains mainly: red. Hex color #BB325C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB325C is #44CDA3. Grayscale: #5F5F5F. Windows color (decimal): -4509092 or 6042299. OLE color: 6042299.
HSL color Cylindrical-coordinate representation of color #BB325C: hue angle of 341.61º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BB325C is Cyan = 0, Magento = 0.73, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 50 | 92 | - |
| CMYK | 0 | 0.73 | 0.51 | 0.27 |
| HSL | 341.61º | 0.58% | 0.46% | - |
| HSV(B) | 341.61º | 0.73% | 0.73% | - |
| XYZ | 23.57 | 13.62 | 11.51 | - |
| YUV | 95.75 | 125.89 | 193.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 50 | 92 | 0 | 0.73 | 0.51 | 0.27 | 341.61 | 0.58 | 0.46 |
| Hex | BB | 32 | 5C | 0 | 49 | 33 | 1B | 156 | 3A | 2E |
| Octal | 273 | 62 | 134 | 0 | 111 | 63 | 33 | 526 | 72 | 56 |
| Binary | 10111011 | 110010 | 1011100 | 0 | 1001001 | 110011 | 11011 | 101010110 | 111010 | 101110 |
Color Harmonies of #BB325C
Complementary color
Monochromatic Colors of #BB325C
Black with #BB325C
Text Example
Text Example
White with #BB325C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB325C; }
p { color: rgb(187,50,92); }
H1.HeaderClassName
{
color: #BB325C;
}
.AnyTagClassName
{
color: #BB325C;
}
</style>
background-color css
<style>
a { background-color: #BB325C; }
a { background-color: rgb(187,50,92); }
div.DivClassName
{
background-color: #BB325C;
}
.BgClassName
{
background-color: #BB325C;
}
</style>
border-color css
<style>
span { border-color: #BB325C; }
span { border-color: rgb(187,50,92); }
td.TdClassName
{
border-color: #BB325C;
}
.TagClassName
{
border-color: #BB325C;
}
</style>