Shades of Old Rose #BB265B
Tints of Old Rose #BB265B
RGB
CMYK
RGB Variations
Color information
#BB265B (or 0xBB265B) is known color: Old Rose. HEX triplet: BB, 26 and 5B. RGB value is (187,38,91). Sum of RGB (Red+Green+Blue) = 187+38+91=316 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.18% from 316); Green value is 38 (15.23% from 255 or 12.03% from 316); Blue value is 91 (35.94% from 255 or 28.80% from 316); Max value from RGB is 187 - color contains mainly: red. Hex color #BB265B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB265B is #44D9A4. Grayscale: #585858. Windows color (decimal): -4512165 or 5973691. OLE color: 5973691.
HSL color Cylindrical-coordinate representation of color #BB265B: hue angle of 338.66º 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 #BB265B is Cyan = 0, Magento = 0.80, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 38 | 91 | - |
| CMYK | 0 | 0.80 | 0.51 | 0.27 |
| HSL | 338.66º | 0.66% | 0.44% | - |
| HSV(B) | 338.66º | 0.8% | 0.73% | - |
| XYZ | 23.07 | 12.71 | 11.13 | - |
| YUV | 88.59 | 129.36 | 198.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 38 | 91 | 0 | 0.80 | 0.51 | 0.27 | 338.66 | 0.66 | 0.44 |
| Hex | BB | 26 | 5B | 0 | 50 | 33 | 1B | 153 | 42 | 2C |
| Octal | 273 | 46 | 133 | 0 | 120 | 63 | 33 | 523 | 102 | 54 |
| Binary | 10111011 | 100110 | 1011011 | 0 | 1010000 | 110011 | 11011 | 101010011 | 1000010 | 101100 |
Color Harmonies of #BB265B
Complementary color
Monochromatic Colors of #BB265B
Black with #BB265B
Text Example
Text Example
White with #BB265B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB265B; }
p { color: rgb(187,38,91); }
H1.HeaderClassName
{
color: #BB265B;
}
.AnyTagClassName
{
color: #BB265B;
}
</style>
background-color css
<style>
a { background-color: #BB265B; }
a { background-color: rgb(187,38,91); }
div.DivClassName
{
background-color: #BB265B;
}
.BgClassName
{
background-color: #BB265B;
}
</style>
border-color css
<style>
span { border-color: #BB265B; }
span { border-color: rgb(187,38,91); }
td.TdClassName
{
border-color: #BB265B;
}
.TagClassName
{
border-color: #BB265B;
}
</style>