Shades of Old Rose #BB265D
Tints of Old Rose #BB265D
RGB
CMYK
RGB Variations
Color information
#BB265D (or 0xBB265D) is known color: Old Rose. HEX triplet: BB, 26 and 5D. RGB value is (187,38,93). Sum of RGB (Red+Green+Blue) = 187+38+93=318 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.81% from 318); Green value is 38 (15.23% from 255 or 11.95% from 318); Blue value is 93 (36.72% from 255 or 29.25% from 318); Max value from RGB is 187 - color contains mainly: red. Hex color #BB265D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB265D is #44D9A2. Grayscale: #585858. Windows color (decimal): -4512163 or 6104763. OLE color: 6104763.
HSL color Cylindrical-coordinate representation of color #BB265D: hue angle of 337.85º 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 #BB265D is Cyan = 0, Magento = 0.80, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 38 | 93 | - |
| CMYK | 0 | 0.80 | 0.50 | 0.27 |
| HSL | 337.85º | 0.66% | 0.44% | - |
| HSV(B) | 337.85º | 0.8% | 0.73% | - |
| XYZ | 23.16 | 12.74 | 11.59 | - |
| YUV | 88.82 | 130.36 | 198.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 38 | 93 | 0 | 0.80 | 0.50 | 0.27 | 337.85 | 0.66 | 0.44 |
| Hex | BB | 26 | 5D | 0 | 50 | 32 | 1B | 152 | 42 | 2C |
| Octal | 273 | 46 | 135 | 0 | 120 | 62 | 33 | 522 | 102 | 54 |
| Binary | 10111011 | 100110 | 1011101 | 0 | 1010000 | 110010 | 11011 | 101010010 | 1000010 | 101100 |
Color Harmonies of #BB265D
Complementary color
Monochromatic Colors of #BB265D
Black with #BB265D
Text Example
Text Example
White with #BB265D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB265D; }
p { color: rgb(187,38,93); }
H1.HeaderClassName
{
color: #BB265D;
}
.AnyTagClassName
{
color: #BB265D;
}
</style>
background-color css
<style>
a { background-color: #BB265D; }
a { background-color: rgb(187,38,93); }
div.DivClassName
{
background-color: #BB265D;
}
.BgClassName
{
background-color: #BB265D;
}
</style>
border-color css
<style>
span { border-color: #BB265D; }
span { border-color: rgb(187,38,93); }
td.TdClassName
{
border-color: #BB265D;
}
.TagClassName
{
border-color: #BB265D;
}
</style>