Shades of Old Rose #BB2365
Tints of Old Rose #BB2365
RGB
CMYK
RGB Variations
Color information
#BB2365 (or 0xBB2365) is known color: Old Rose. HEX triplet: BB, 23 and 65. RGB value is (187,35,101). Sum of RGB (Red+Green+Blue) = 187+35+101=323 (42% of max value = 765). Red value is 187 (73.44% from 255 or 57.89% from 323); Green value is 35 (14.06% from 255 or 10.84% from 323); Blue value is 101 (39.84% from 255 or 31.27% from 323); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2365 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2365 is #44DC9A. Grayscale: #575757. Windows color (decimal): -4512923 or 6628283. OLE color: 6628283.
HSL color Cylindrical-coordinate representation of color #BB2365: hue angle of 333.95º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BB2365 is Cyan = 0, Magento = 0.81, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 35 | 101 | - |
| CMYK | 0 | 0.81 | 0.46 | 0.27 |
| HSL | 333.95º | 0.68% | 0.44% | - |
| HSV(B) | 333.95º | 0.81% | 0.73% | - |
| XYZ | 23.44 | 12.71 | 13.53 | - |
| YUV | 87.97 | 135.36 | 198.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 35 | 101 | 0 | 0.81 | 0.46 | 0.27 | 333.95 | 0.68 | 0.44 |
| Hex | BB | 23 | 65 | 0 | 51 | 2E | 1B | 14E | 44 | 2C |
| Octal | 273 | 43 | 145 | 0 | 121 | 56 | 33 | 516 | 104 | 54 |
| Binary | 10111011 | 100011 | 1100101 | 0 | 1010001 | 101110 | 11011 | 101001110 | 1000100 | 101100 |
Color Harmonies of #BB2365
Complementary color
Monochromatic Colors of #BB2365
Black with #BB2365
Text Example
Text Example
White with #BB2365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2365; }
p { color: rgb(187,35,101); }
H1.HeaderClassName
{
color: #BB2365;
}
.AnyTagClassName
{
color: #BB2365;
}
</style>
background-color css
<style>
a { background-color: #BB2365; }
a { background-color: rgb(187,35,101); }
div.DivClassName
{
background-color: #BB2365;
}
.BgClassName
{
background-color: #BB2365;
}
</style>
border-color css
<style>
span { border-color: #BB2365; }
span { border-color: rgb(187,35,101); }
td.TdClassName
{
border-color: #BB2365;
}
.TagClassName
{
border-color: #BB2365;
}
</style>