Shades of Old Rose #BB325F
Tints of Old Rose #BB325F
RGB
CMYK
RGB Variations
Color information
#BB325F (or 0xBB325F) is known color: Old Rose. HEX triplet: BB, 32 and 5F. RGB value is (187,50,95). Sum of RGB (Red+Green+Blue) = 187+50+95=332 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.33% from 332); Green value is 50 (19.92% from 255 or 15.06% from 332); Blue value is 95 (37.5% from 255 or 28.61% from 332); Max value from RGB is 187 - color contains mainly: red. Hex color #BB325F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB325F is #44CDA0. Grayscale: #606060. Windows color (decimal): -4509089 or 6238907. OLE color: 6238907.
HSL color Cylindrical-coordinate representation of color #BB325F: hue angle of 340.29º 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 #BB325F is Cyan = 0, Magento = 0.73, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 50 | 95 | - |
| CMYK | 0 | 0.73 | 0.49 | 0.27 |
| HSL | 340.29º | 0.58% | 0.46% | - |
| HSV(B) | 340.29º | 0.73% | 0.73% | - |
| XYZ | 23.7 | 13.67 | 12.22 | - |
| YUV | 96.09 | 127.39 | 192.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 50 | 95 | 0 | 0.73 | 0.49 | 0.27 | 340.29 | 0.58 | 0.46 |
| Hex | BB | 32 | 5F | 0 | 49 | 31 | 1B | 154 | 3A | 2E |
| Octal | 273 | 62 | 137 | 0 | 111 | 61 | 33 | 524 | 72 | 56 |
| Binary | 10111011 | 110010 | 1011111 | 0 | 1001001 | 110001 | 11011 | 101010100 | 111010 | 101110 |
Color Harmonies of #BB325F
Complementary color
Monochromatic Colors of #BB325F
Black with #BB325F
Text Example
Text Example
White with #BB325F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB325F; }
p { color: rgb(187,50,95); }
H1.HeaderClassName
{
color: #BB325F;
}
.AnyTagClassName
{
color: #BB325F;
}
</style>
background-color css
<style>
a { background-color: #BB325F; }
a { background-color: rgb(187,50,95); }
div.DivClassName
{
background-color: #BB325F;
}
.BgClassName
{
background-color: #BB325F;
}
</style>
border-color css
<style>
span { border-color: #BB325F; }
span { border-color: rgb(187,50,95); }
td.TdClassName
{
border-color: #BB325F;
}
.TagClassName
{
border-color: #BB325F;
}
</style>