Shades of Old Rose #BB4150
Tints of Old Rose #BB4150
RGB
CMYK
RGB Variations
Color information
#BB4150 (or 0xBB4150) is known color: Old Rose. HEX triplet: BB, 41 and 50. RGB value is (187,65,80). Sum of RGB (Red+Green+Blue) = 187+65+80=332 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.33% from 332); Green value is 65 (25.78% from 255 or 19.58% from 332); Blue value is 80 (31.64% from 255 or 24.10% from 332); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4150 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4150 is #44BEAF. Grayscale: #676767. Windows color (decimal): -4505264 or 5259707. OLE color: 5259707.
HSL color Cylindrical-coordinate representation of color #BB4150: hue angle of 352.62º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BB4150 is Cyan = 0, Magento = 0.65, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 65 | 80 | - |
| CMYK | 0 | 0.65 | 0.57 | 0.27 |
| HSL | 352.62º | 0.48% | 0.49% | - |
| HSV(B) | 352.62º | 0.65% | 0.73% | - |
| XYZ | 23.83 | 14.92 | 9.21 | - |
| YUV | 103.19 | 114.92 | 187.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 65 | 80 | 0 | 0.65 | 0.57 | 0.27 | 352.62 | 0.48 | 0.49 |
| Hex | BB | 41 | 50 | 0 | 41 | 39 | 1B | 161 | 30 | 31 |
| Octal | 273 | 101 | 120 | 0 | 101 | 71 | 33 | 541 | 60 | 61 |
| Binary | 10111011 | 1000001 | 1010000 | 0 | 1000001 | 111001 | 11011 | 101100001 | 110000 | 110001 |
Color Harmonies of #BB4150
Complementary color
Monochromatic Colors of #BB4150
Black with #BB4150
Text Example
Text Example
White with #BB4150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4150; }
p { color: rgb(187,65,80); }
H1.HeaderClassName
{
color: #BB4150;
}
.AnyTagClassName
{
color: #BB4150;
}
</style>
background-color css
<style>
a { background-color: #BB4150; }
a { background-color: rgb(187,65,80); }
div.DivClassName
{
background-color: #BB4150;
}
.BgClassName
{
background-color: #BB4150;
}
</style>
border-color css
<style>
span { border-color: #BB4150; }
span { border-color: rgb(187,65,80); }
td.TdClassName
{
border-color: #BB4150;
}
.TagClassName
{
border-color: #BB4150;
}
</style>