Shades of Blush #BB4963
Tints of Blush #BB4963
RGB
CMYK
RGB Variations
Color information
#BB4963 (or 0xBB4963) is known color: Blush. HEX triplet: BB, 49 and 63. RGB value is (187,73,99). Sum of RGB (Red+Green+Blue) = 187+73+99=359 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.09% from 359); Green value is 73 (28.91% from 255 or 20.33% from 359); Blue value is 99 (39.06% from 255 or 27.58% from 359); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4963 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4963 is #44B69C. Grayscale: #6E6E6E. Windows color (decimal): -4503197 or 6506939. OLE color: 6506939.
HSL color Cylindrical-coordinate representation of color #BB4963: hue angle of 346.32º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BB4963 is Cyan = 0, Magento = 0.61, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 73 | 99 | - |
| CMYK | 0 | 0.61 | 0.47 | 0.27 |
| HSL | 346.32º | 0.46% | 0.51% | - |
| HSV(B) | 346.32º | 0.61% | 0.73% | - |
| XYZ | 25.13 | 16.23 | 13.61 | - |
| YUV | 110.05 | 121.77 | 182.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 73 | 99 | 0 | 0.61 | 0.47 | 0.27 | 346.32 | 0.46 | 0.51 |
| Hex | BB | 49 | 63 | 0 | 3D | 2F | 1B | 15A | 2E | 33 |
| Octal | 273 | 111 | 143 | 0 | 75 | 57 | 33 | 532 | 56 | 63 |
| Binary | 10111011 | 1001001 | 1100011 | 0 | 111101 | 101111 | 11011 | 101011010 | 101110 | 110011 |
Color Harmonies of #BB4963
Complementary color
Monochromatic Colors of #BB4963
Black with #BB4963
Text Example
Text Example
White with #BB4963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4963; }
p { color: rgb(187,73,99); }
H1.HeaderClassName
{
color: #BB4963;
}
.AnyTagClassName
{
color: #BB4963;
}
</style>
background-color css
<style>
a { background-color: #BB4963; }
a { background-color: rgb(187,73,99); }
div.DivClassName
{
background-color: #BB4963;
}
.BgClassName
{
background-color: #BB4963;
}
</style>
border-color css
<style>
span { border-color: #BB4963; }
span { border-color: rgb(187,73,99); }
td.TdClassName
{
border-color: #BB4963;
}
.TagClassName
{
border-color: #BB4963;
}
</style>