Shades of Old Rose #BB265E
Tints of Old Rose #BB265E
RGB
CMYK
RGB Variations
Color information
#BB265E (or 0xBB265E) is known color: Old Rose. HEX triplet: BB, 26 and 5E. RGB value is (187,38,94). Sum of RGB (Red+Green+Blue) = 187+38+94=319 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.62% from 319); Green value is 38 (15.23% from 255 or 11.91% from 319); Blue value is 94 (37.11% from 255 or 29.47% from 319); Max value from RGB is 187 - color contains mainly: red. Hex color #BB265E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB265E is #44D9A1. Grayscale: #585858. Windows color (decimal): -4512162 or 6170299. OLE color: 6170299.
HSL color Cylindrical-coordinate representation of color #BB265E: hue angle of 337.45º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BB265E is Cyan = 0, Magento = 0.80, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 38 | 94 | - |
| CMYK | 0 | 0.80 | 0.50 | 0.27 |
| HSL | 337.45º | 0.66% | 0.44% | - |
| HSV(B) | 337.45º | 0.8% | 0.73% | - |
| XYZ | 23.21 | 12.76 | 11.83 | - |
| YUV | 88.94 | 130.86 | 197.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 38 | 94 | 0 | 0.80 | 0.50 | 0.27 | 337.45 | 0.66 | 0.44 |
| Hex | BB | 26 | 5E | 0 | 50 | 32 | 1B | 151 | 42 | 2C |
| Octal | 273 | 46 | 136 | 0 | 120 | 62 | 33 | 521 | 102 | 54 |
| Binary | 10111011 | 100110 | 1011110 | 0 | 1010000 | 110010 | 11011 | 101010001 | 1000010 | 101100 |
Color Harmonies of #BB265E
Complementary color
Monochromatic Colors of #BB265E
Black with #BB265E
Text Example
Text Example
White with #BB265E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB265E; }
p { color: rgb(187,38,94); }
H1.HeaderClassName
{
color: #BB265E;
}
.AnyTagClassName
{
color: #BB265E;
}
</style>
background-color css
<style>
a { background-color: #BB265E; }
a { background-color: rgb(187,38,94); }
div.DivClassName
{
background-color: #BB265E;
}
.BgClassName
{
background-color: #BB265E;
}
</style>
border-color css
<style>
span { border-color: #BB265E; }
span { border-color: rgb(187,38,94); }
td.TdClassName
{
border-color: #BB265E;
}
.TagClassName
{
border-color: #BB265E;
}
</style>