Shades of Blush #BB4961
Tints of Blush #BB4961
RGB
CMYK
RGB Variations
Color information
#BB4961 (or 0xBB4961) is known color: Blush. HEX triplet: BB, 49 and 61. RGB value is (187,73,97). Sum of RGB (Red+Green+Blue) = 187+73+97=357 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.38% from 357); Green value is 73 (28.91% from 255 or 20.45% from 357); Blue value is 97 (38.28% from 255 or 27.17% from 357); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4961 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4961 is #44B69E. Grayscale: #6D6D6D. Windows color (decimal): -4503199 or 6375867. OLE color: 6375867.
HSL color Cylindrical-coordinate representation of color #BB4961: hue angle of 347.37º 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 #BB4961 is Cyan = 0, Magento = 0.61, Yellow = 0.48 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 73 | 97 | - |
| CMYK | 0 | 0.61 | 0.48 | 0.27 |
| HSL | 347.37º | 0.46% | 0.51% | - |
| HSV(B) | 347.37º | 0.61% | 0.73% | - |
| XYZ | 25.03 | 16.19 | 13.12 | - |
| YUV | 109.82 | 120.77 | 183.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 73 | 97 | 0 | 0.61 | 0.48 | 0.27 | 347.37 | 0.46 | 0.51 |
| Hex | BB | 49 | 61 | 0 | 3D | 30 | 1B | 15B | 2E | 33 |
| Octal | 273 | 111 | 141 | 0 | 75 | 60 | 33 | 533 | 56 | 63 |
| Binary | 10111011 | 1001001 | 1100001 | 0 | 111101 | 110000 | 11011 | 101011011 | 101110 | 110011 |
Color Harmonies of #BB4961
Complementary color
Monochromatic Colors of #BB4961
Black with #BB4961
Text Example
Text Example
White with #BB4961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4961; }
p { color: rgb(187,73,97); }
H1.HeaderClassName
{
color: #BB4961;
}
.AnyTagClassName
{
color: #BB4961;
}
</style>
background-color css
<style>
a { background-color: #BB4961; }
a { background-color: rgb(187,73,97); }
div.DivClassName
{
background-color: #BB4961;
}
.BgClassName
{
background-color: #BB4961;
}
</style>
border-color css
<style>
span { border-color: #BB4961; }
span { border-color: rgb(187,73,97); }
td.TdClassName
{
border-color: #BB4961;
}
.TagClassName
{
border-color: #BB4961;
}
</style>