Shades of Blush #BB4766
Tints of Blush #BB4766
RGB
CMYK
RGB Variations
Color information
#BB4766 (or 0xBB4766) is known color: Blush. HEX triplet: BB, 47 and 66. RGB value is (187,71,102). Sum of RGB (Red+Green+Blue) = 187+71+102=360 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.94% from 360); Green value is 71 (28.12% from 255 or 19.72% from 360); Blue value is 102 (40.23% from 255 or 28.33% from 360); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4766 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4766 is #44B899. Grayscale: #6D6D6D. Windows color (decimal): -4503706 or 6703035. OLE color: 6703035.
HSL color Cylindrical-coordinate representation of color #BB4766: hue angle of 343.97º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BB4766 is Cyan = 0, Magento = 0.62, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 71 | 102 | - |
| CMYK | 0 | 0.62 | 0.45 | 0.27 |
| HSL | 343.97º | 0.46% | 0.51% | - |
| HSV(B) | 343.97º | 0.62% | 0.73% | - |
| XYZ | 25.15 | 16.03 | 14.34 | - |
| YUV | 109.22 | 123.93 | 183.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 71 | 102 | 0 | 0.62 | 0.45 | 0.27 | 343.97 | 0.46 | 0.51 |
| Hex | BB | 47 | 66 | 0 | 3E | 2D | 1B | 158 | 2E | 33 |
| Octal | 273 | 107 | 146 | 0 | 76 | 55 | 33 | 530 | 56 | 63 |
| Binary | 10111011 | 1000111 | 1100110 | 0 | 111110 | 101101 | 11011 | 101011000 | 101110 | 110011 |
Color Harmonies of #BB4766
Complementary color
Monochromatic Colors of #BB4766
Black with #BB4766
Text Example
Text Example
White with #BB4766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4766; }
p { color: rgb(187,71,102); }
H1.HeaderClassName
{
color: #BB4766;
}
.AnyTagClassName
{
color: #BB4766;
}
</style>
background-color css
<style>
a { background-color: #BB4766; }
a { background-color: rgb(187,71,102); }
div.DivClassName
{
background-color: #BB4766;
}
.BgClassName
{
background-color: #BB4766;
}
</style>
border-color css
<style>
span { border-color: #BB4766; }
span { border-color: rgb(187,71,102); }
td.TdClassName
{
border-color: #BB4766;
}
.TagClassName
{
border-color: #BB4766;
}
</style>