Shades of Blush #BB4E5B
Tints of Blush #BB4E5B
RGB
CMYK
RGB Variations
Color information
#BB4E5B (or 0xBB4E5B) is known color: Blush. HEX triplet: BB, 4E and 5B. RGB value is (187,78,91). Sum of RGB (Red+Green+Blue) = 187+78+91=356 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.53% from 356); Green value is 78 (30.86% from 255 or 21.91% from 356); Blue value is 91 (35.94% from 255 or 25.56% from 356); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4E5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB4E5B is #44B1A4. Grayscale: #707070. Windows color (decimal): -4501925 or 5983931. OLE color: 5983931.
HSL color Cylindrical-coordinate representation of color #BB4E5B: hue angle of 352.84º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BB4E5B is Cyan = 0, Magento = 0.58, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 78 | 91 | - |
| CMYK | 0 | 0.58 | 0.51 | 0.27 |
| HSL | 352.84º | 0.44% | 0.52% | - |
| HSV(B) | 352.84º | 0.58% | 0.73% | - |
| XYZ | 25.11 | 16.77 | 11.81 | - |
| YUV | 112.07 | 116.11 | 181.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 78 | 91 | 0 | 0.58 | 0.51 | 0.27 | 352.84 | 0.44 | 0.52 |
| Hex | BB | 4E | 5B | 0 | 3A | 33 | 1B | 161 | 2C | 34 |
| Octal | 273 | 116 | 133 | 0 | 72 | 63 | 33 | 541 | 54 | 64 |
| Binary | 10111011 | 1001110 | 1011011 | 0 | 111010 | 110011 | 11011 | 101100001 | 101100 | 110100 |
Color Harmonies of #BB4E5B
Complementary color
Monochromatic Colors of #BB4E5B
Black with #BB4E5B
Text Example
Text Example
White with #BB4E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4E5B; }
p { color: rgb(187,78,91); }
H1.HeaderClassName
{
color: #BB4E5B;
}
.AnyTagClassName
{
color: #BB4E5B;
}
</style>
background-color css
<style>
a { background-color: #BB4E5B; }
a { background-color: rgb(187,78,91); }
div.DivClassName
{
background-color: #BB4E5B;
}
.BgClassName
{
background-color: #BB4E5B;
}
</style>
border-color css
<style>
span { border-color: #BB4E5B; }
span { border-color: rgb(187,78,91); }
td.TdClassName
{
border-color: #BB4E5B;
}
.TagClassName
{
border-color: #BB4E5B;
}
</style>