Shades of Old Rose #BB264E
Tints of Old Rose #BB264E
RGB
CMYK
RGB Variations
Color information
#BB264E (or 0xBB264E) is known color: Old Rose. HEX triplet: BB, 26 and 4E. RGB value is (187,38,78). Sum of RGB (Red+Green+Blue) = 187+38+78=303 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.72% from 303); Green value is 38 (15.23% from 255 or 12.54% from 303); Blue value is 78 (30.86% from 255 or 25.74% from 303); Max value from RGB is 187 - color contains mainly: red. Hex color #BB264E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB264E is #44D9B1. Grayscale: #575757. Windows color (decimal): -4512178 or 5121723. OLE color: 5121723.
HSL color Cylindrical-coordinate representation of color #BB264E: hue angle of 343.89º 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 #BB264E is Cyan = 0, Magento = 0.80, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 38 | 78 | - |
| CMYK | 0 | 0.80 | 0.58 | 0.27 |
| HSL | 343.89º | 0.66% | 0.44% | - |
| HSV(B) | 343.89º | 0.8% | 0.73% | - |
| XYZ | 22.56 | 12.5 | 8.43 | - |
| YUV | 87.11 | 122.86 | 199.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 38 | 78 | 0 | 0.80 | 0.58 | 0.27 | 343.89 | 0.66 | 0.44 |
| Hex | BB | 26 | 4E | 0 | 50 | 3A | 1B | 158 | 42 | 2C |
| Octal | 273 | 46 | 116 | 0 | 120 | 72 | 33 | 530 | 102 | 54 |
| Binary | 10111011 | 100110 | 1001110 | 0 | 1010000 | 111010 | 11011 | 101011000 | 1000010 | 101100 |
Color Harmonies of #BB264E
Complementary color
Monochromatic Colors of #BB264E
Black with #BB264E
Text Example
Text Example
White with #BB264E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB264E; }
p { color: rgb(187,38,78); }
H1.HeaderClassName
{
color: #BB264E;
}
.AnyTagClassName
{
color: #BB264E;
}
</style>
background-color css
<style>
a { background-color: #BB264E; }
a { background-color: rgb(187,38,78); }
div.DivClassName
{
background-color: #BB264E;
}
.BgClassName
{
background-color: #BB264E;
}
</style>
border-color css
<style>
span { border-color: #BB264E; }
span { border-color: rgb(187,38,78); }
td.TdClassName
{
border-color: #BB264E;
}
.TagClassName
{
border-color: #BB264E;
}
</style>