Shades of Old Rose #BB365C
Tints of Old Rose #BB365C
RGB
CMYK
RGB Variations
Color information
#BB365C (or 0xBB365C) is known color: Old Rose. HEX triplet: BB, 36 and 5C. RGB value is (187,54,92). Sum of RGB (Red+Green+Blue) = 187+54+92=333 (44% of max value = 765). Red value is 187 (73.44% from 255 or 56.16% from 333); Green value is 54 (21.48% from 255 or 16.22% from 333); Blue value is 92 (36.33% from 255 or 27.63% from 333); Max value from RGB is 187 - color contains mainly: red. Hex color #BB365C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB365C is #44C9A3. Grayscale: #626262. Windows color (decimal): -4508068 or 6043323. OLE color: 6043323.
HSL color Cylindrical-coordinate representation of color #BB365C: hue angle of 342.86º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BB365C is Cyan = 0, Magento = 0.71, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 54 | 92 | - |
| CMYK | 0 | 0.71 | 0.51 | 0.27 |
| HSL | 342.86º | 0.55% | 0.47% | - |
| HSV(B) | 342.86º | 0.71% | 0.73% | - |
| XYZ | 23.74 | 13.98 | 11.57 | - |
| YUV | 98.1 | 124.56 | 191.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 54 | 92 | 0 | 0.71 | 0.51 | 0.27 | 342.86 | 0.55 | 0.47 |
| Hex | BB | 36 | 5C | 0 | 47 | 33 | 1B | 157 | 37 | 2F |
| Octal | 273 | 66 | 134 | 0 | 107 | 63 | 33 | 527 | 67 | 57 |
| Binary | 10111011 | 110110 | 1011100 | 0 | 1000111 | 110011 | 11011 | 101010111 | 110111 | 101111 |
Color Harmonies of #BB365C
Complementary color
Monochromatic Colors of #BB365C
Black with #BB365C
Text Example
Text Example
White with #BB365C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB365C; }
p { color: rgb(187,54,92); }
H1.HeaderClassName
{
color: #BB365C;
}
.AnyTagClassName
{
color: #BB365C;
}
</style>
background-color css
<style>
a { background-color: #BB365C; }
a { background-color: rgb(187,54,92); }
div.DivClassName
{
background-color: #BB365C;
}
.BgClassName
{
background-color: #BB365C;
}
</style>
border-color css
<style>
span { border-color: #BB365C; }
span { border-color: rgb(187,54,92); }
td.TdClassName
{
border-color: #BB365C;
}
.TagClassName
{
border-color: #BB365C;
}
</style>