Shades of Blush #BB4E6B
Tints of Blush #BB4E6B
RGB
CMYK
RGB Variations
Color information
#BB4E6B (or 0xBB4E6B) is known color: Blush. HEX triplet: BB, 4E and 6B. RGB value is (187,78,107). Sum of RGB (Red+Green+Blue) = 187+78+107=372 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.27% from 372); Green value is 78 (30.86% from 255 or 20.97% from 372); Blue value is 107 (42.19% from 255 or 28.76% from 372); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4E6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB4E6B is #44B194. Grayscale: #717171. Windows color (decimal): -4501909 or 7032507. OLE color: 7032507.
HSL color Cylindrical-coordinate representation of color #BB4E6B: hue angle of 344.04º 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 #BB4E6B is Cyan = 0, Magento = 0.58, Yellow = 0.43 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 78 | 107 | - |
| CMYK | 0 | 0.58 | 0.43 | 0.27 |
| HSL | 344.04º | 0.44% | 0.52% | - |
| HSV(B) | 344.04º | 0.58% | 0.73% | - |
| XYZ | 25.87 | 17.08 | 15.84 | - |
| YUV | 113.9 | 124.11 | 180.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 78 | 107 | 0 | 0.58 | 0.43 | 0.27 | 344.04 | 0.44 | 0.52 |
| Hex | BB | 4E | 6B | 0 | 3A | 2B | 1B | 158 | 2C | 34 |
| Octal | 273 | 116 | 153 | 0 | 72 | 53 | 33 | 530 | 54 | 64 |
| Binary | 10111011 | 1001110 | 1101011 | 0 | 111010 | 101011 | 11011 | 101011000 | 101100 | 110100 |
Color Harmonies of #BB4E6B
Complementary color
Monochromatic Colors of #BB4E6B
Black with #BB4E6B
Text Example
Text Example
White with #BB4E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4E6B; }
p { color: rgb(187,78,107); }
H1.HeaderClassName
{
color: #BB4E6B;
}
.AnyTagClassName
{
color: #BB4E6B;
}
</style>
background-color css
<style>
a { background-color: #BB4E6B; }
a { background-color: rgb(187,78,107); }
div.DivClassName
{
background-color: #BB4E6B;
}
.BgClassName
{
background-color: #BB4E6B;
}
</style>
border-color css
<style>
span { border-color: #BB4E6B; }
span { border-color: rgb(187,78,107); }
td.TdClassName
{
border-color: #BB4E6B;
}
.TagClassName
{
border-color: #BB4E6B;
}
</style>