Shades of Blush #BB4D6A
Tints of Blush #BB4D6A
RGB
CMYK
RGB Variations
Color information
#BB4D6A (or 0xBB4D6A) is known color: Blush. HEX triplet: BB, 4D and 6A. RGB value is (187,77,106). Sum of RGB (Red+Green+Blue) = 187+77+106=370 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.54% from 370); Green value is 77 (30.47% from 255 or 20.81% from 370); Blue value is 106 (41.80% from 255 or 28.65% from 370); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4D6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB4D6A is #44B295. Grayscale: #717171. Windows color (decimal): -4502166 or 6966715. OLE color: 6966715.
HSL color Cylindrical-coordinate representation of color #BB4D6A: hue angle of 344.18º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BB4D6A is Cyan = 0, Magento = 0.59, Yellow = 0.43 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 77 | 106 | - |
| CMYK | 0 | 0.59 | 0.43 | 0.27 |
| HSL | 344.18º | 0.45% | 0.52% | - |
| HSV(B) | 344.18º | 0.59% | 0.73% | - |
| XYZ | 25.75 | 16.91 | 15.54 | - |
| YUV | 113.2 | 123.94 | 180.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 77 | 106 | 0 | 0.59 | 0.43 | 0.27 | 344.18 | 0.45 | 0.52 |
| Hex | BB | 4D | 6A | 0 | 3B | 2B | 1B | 158 | 2D | 34 |
| Octal | 273 | 115 | 152 | 0 | 73 | 53 | 33 | 530 | 55 | 64 |
| Binary | 10111011 | 1001101 | 1101010 | 0 | 111011 | 101011 | 11011 | 101011000 | 101101 | 110100 |
Color Harmonies of #BB4D6A
Complementary color
Monochromatic Colors of #BB4D6A
Black with #BB4D6A
Text Example
Text Example
White with #BB4D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4D6A; }
p { color: rgb(187,77,106); }
H1.HeaderClassName
{
color: #BB4D6A;
}
.AnyTagClassName
{
color: #BB4D6A;
}
</style>
background-color css
<style>
a { background-color: #BB4D6A; }
a { background-color: rgb(187,77,106); }
div.DivClassName
{
background-color: #BB4D6A;
}
.BgClassName
{
background-color: #BB4D6A;
}
</style>
border-color css
<style>
span { border-color: #BB4D6A; }
span { border-color: rgb(187,77,106); }
td.TdClassName
{
border-color: #BB4D6A;
}
.TagClassName
{
border-color: #BB4D6A;
}
</style>