Shades of Old Rose #BB355B
Tints of Old Rose #BB355B
RGB
CMYK
RGB Variations
Color information
#BB355B (or 0xBB355B) is known color: Old Rose. HEX triplet: BB, 35 and 5B. RGB value is (187,53,91). Sum of RGB (Red+Green+Blue) = 187+53+91=331 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.50% from 331); Green value is 53 (21.09% from 255 or 16.01% from 331); Blue value is 91 (35.94% from 255 or 27.49% from 331); Max value from RGB is 187 - color contains mainly: red. Hex color #BB355B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB355B is #44CAA4. Grayscale: #616161. Windows color (decimal): -4508325 or 5977531. OLE color: 5977531.
HSL color Cylindrical-coordinate representation of color #BB355B: hue angle of 342.99º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BB355B is Cyan = 0, Magento = 0.72, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 53 | 91 | - |
| CMYK | 0 | 0.72 | 0.51 | 0.27 |
| HSL | 342.99º | 0.56% | 0.47% | - |
| HSV(B) | 342.99º | 0.72% | 0.73% | - |
| XYZ | 23.65 | 13.87 | 11.33 | - |
| YUV | 97.4 | 124.39 | 191.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 53 | 91 | 0 | 0.72 | 0.51 | 0.27 | 342.99 | 0.56 | 0.47 |
| Hex | BB | 35 | 5B | 0 | 48 | 33 | 1B | 157 | 38 | 2F |
| Octal | 273 | 65 | 133 | 0 | 110 | 63 | 33 | 527 | 70 | 57 |
| Binary | 10111011 | 110101 | 1011011 | 0 | 1001000 | 110011 | 11011 | 101010111 | 111000 | 101111 |
Color Harmonies of #BB355B
Complementary color
Monochromatic Colors of #BB355B
Black with #BB355B
Text Example
Text Example
White with #BB355B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB355B; }
p { color: rgb(187,53,91); }
H1.HeaderClassName
{
color: #BB355B;
}
.AnyTagClassName
{
color: #BB355B;
}
</style>
background-color css
<style>
a { background-color: #BB355B; }
a { background-color: rgb(187,53,91); }
div.DivClassName
{
background-color: #BB355B;
}
.BgClassName
{
background-color: #BB355B;
}
</style>
border-color css
<style>
span { border-color: #BB355B; }
span { border-color: rgb(187,53,91); }
td.TdClassName
{
border-color: #BB355B;
}
.TagClassName
{
border-color: #BB355B;
}
</style>