Shades of Old Rose #BB3250
Tints of Old Rose #BB3250
RGB
CMYK
RGB Variations
Color information
#BB3250 (or 0xBB3250) is known color: Old Rose. HEX triplet: BB, 32 and 50. RGB value is (187,50,80). Sum of RGB (Red+Green+Blue) = 187+50+80=317 (41% of max value = 765). Red value is 187 (73.44% from 255 or 58.99% from 317); Green value is 50 (19.92% from 255 or 15.77% from 317); Blue value is 80 (31.64% from 255 or 25.24% from 317); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3250 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3250 is #44CDAF. Grayscale: #5E5E5E. Windows color (decimal): -4509104 or 5255867. OLE color: 5255867.
HSL color Cylindrical-coordinate representation of color #BB3250: hue angle of 346.86º 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 #BB3250 is Cyan = 0, Magento = 0.73, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 50 | 80 | - |
| CMYK | 0 | 0.73 | 0.57 | 0.27 |
| HSL | 346.86º | 0.58% | 0.46% | - |
| HSV(B) | 346.86º | 0.73% | 0.73% | - |
| XYZ | 23.08 | 13.43 | 8.96 | - |
| YUV | 94.38 | 119.89 | 194.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 50 | 80 | 0 | 0.73 | 0.57 | 0.27 | 346.86 | 0.58 | 0.46 |
| Hex | BB | 32 | 50 | 0 | 49 | 39 | 1B | 15B | 3A | 2E |
| Octal | 273 | 62 | 120 | 0 | 111 | 71 | 33 | 533 | 72 | 56 |
| Binary | 10111011 | 110010 | 1010000 | 0 | 1001001 | 111001 | 11011 | 101011011 | 111010 | 101110 |
Color Harmonies of #BB3250
Complementary color
Monochromatic Colors of #BB3250
Black with #BB3250
Text Example
Text Example
White with #BB3250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB3250; }
p { color: rgb(187,50,80); }
H1.HeaderClassName
{
color: #BB3250;
}
.AnyTagClassName
{
color: #BB3250;
}
</style>
background-color css
<style>
a { background-color: #BB3250; }
a { background-color: rgb(187,50,80); }
div.DivClassName
{
background-color: #BB3250;
}
.BgClassName
{
background-color: #BB3250;
}
</style>
border-color css
<style>
span { border-color: #BB3250; }
span { border-color: rgb(187,50,80); }
td.TdClassName
{
border-color: #BB3250;
}
.TagClassName
{
border-color: #BB3250;
}
</style>