Shades of Old Rose #BB2643
Tints of Old Rose #BB2643
RGB
CMYK
RGB Variations
Color information
#BB2643 (or 0xBB2643) is known color: Old Rose. HEX triplet: BB, 26 and 43. RGB value is (187,38,67). Sum of RGB (Red+Green+Blue) = 187+38+67=292 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.04% from 292); Green value is 38 (15.23% from 255 or 13.01% from 292); Blue value is 67 (26.56% from 255 or 22.95% from 292); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2643 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2643 is #44D9BC. Grayscale: #555555. Windows color (decimal): -4512189 or 4400827. OLE color: 4400827.
HSL color Cylindrical-coordinate representation of color #BB2643: hue angle of 348.32º 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 #BB2643 is Cyan = 0, Magento = 0.80, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 38 | 67 | - |
| CMYK | 0 | 0.80 | 0.64 | 0.27 |
| HSL | 348.32º | 0.66% | 0.44% | - |
| HSV(B) | 348.32º | 0.8% | 0.73% | - |
| XYZ | 22.2 | 12.36 | 6.53 | - |
| YUV | 85.86 | 117.36 | 200.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 38 | 67 | 0 | 0.80 | 0.64 | 0.27 | 348.32 | 0.66 | 0.44 |
| Hex | BB | 26 | 43 | 0 | 50 | 40 | 1B | 15C | 42 | 2C |
| Octal | 273 | 46 | 103 | 0 | 120 | 100 | 33 | 534 | 102 | 54 |
| Binary | 10111011 | 100110 | 1000011 | 0 | 1010000 | 1000000 | 11011 | 101011100 | 1000010 | 101100 |
Color Harmonies of #BB2643
Complementary color
Monochromatic Colors of #BB2643
Black with #BB2643
Text Example
Text Example
White with #BB2643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2643; }
p { color: rgb(187,38,67); }
H1.HeaderClassName
{
color: #BB2643;
}
.AnyTagClassName
{
color: #BB2643;
}
</style>
background-color css
<style>
a { background-color: #BB2643; }
a { background-color: rgb(187,38,67); }
div.DivClassName
{
background-color: #BB2643;
}
.BgClassName
{
background-color: #BB2643;
}
</style>
border-color css
<style>
span { border-color: #BB2643; }
span { border-color: rgb(187,38,67); }
td.TdClassName
{
border-color: #BB2643;
}
.TagClassName
{
border-color: #BB2643;
}
</style>