Shades of Old Rose #BB265C
Tints of Old Rose #BB265C
RGB
CMYK
RGB Variations
Color information
#BB265C (or 0xBB265C) is known color: Old Rose. HEX triplet: BB, 26 and 5C. RGB value is (187,38,92). Sum of RGB (Red+Green+Blue) = 187+38+92=317 (41% of max value = 765). Red value is 187 (73.44% from 255 or 58.99% from 317); Green value is 38 (15.23% from 255 or 11.99% from 317); Blue value is 92 (36.33% from 255 or 29.02% from 317); Max value from RGB is 187 - color contains mainly: red. Hex color #BB265C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB265C is #44D9A3. Grayscale: #585858. Windows color (decimal): -4512164 or 6039227. OLE color: 6039227.
HSL color Cylindrical-coordinate representation of color #BB265C: hue angle of 338.26º 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 #BB265C is Cyan = 0, Magento = 0.80, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 38 | 92 | - |
| CMYK | 0 | 0.80 | 0.51 | 0.27 |
| HSL | 338.26º | 0.66% | 0.44% | - |
| HSV(B) | 338.26º | 0.8% | 0.73% | - |
| XYZ | 23.12 | 12.72 | 11.36 | - |
| YUV | 88.71 | 129.86 | 198.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 38 | 92 | 0 | 0.80 | 0.51 | 0.27 | 338.26 | 0.66 | 0.44 |
| Hex | BB | 26 | 5C | 0 | 50 | 33 | 1B | 152 | 42 | 2C |
| Octal | 273 | 46 | 134 | 0 | 120 | 63 | 33 | 522 | 102 | 54 |
| Binary | 10111011 | 100110 | 1011100 | 0 | 1010000 | 110011 | 11011 | 101010010 | 1000010 | 101100 |
Color Harmonies of #BB265C
Complementary color
Monochromatic Colors of #BB265C
Black with #BB265C
Text Example
Text Example
White with #BB265C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB265C; }
p { color: rgb(187,38,92); }
H1.HeaderClassName
{
color: #BB265C;
}
.AnyTagClassName
{
color: #BB265C;
}
</style>
background-color css
<style>
a { background-color: #BB265C; }
a { background-color: rgb(187,38,92); }
div.DivClassName
{
background-color: #BB265C;
}
.BgClassName
{
background-color: #BB265C;
}
</style>
border-color css
<style>
span { border-color: #BB265C; }
span { border-color: rgb(187,38,92); }
td.TdClassName
{
border-color: #BB265C;
}
.TagClassName
{
border-color: #BB265C;
}
</style>