Shades of Blush #BB4C6C
Tints of Blush #BB4C6C
RGB
CMYK
RGB Variations
Color information
#BB4C6C (or 0xBB4C6C) is known color: Blush. HEX triplet: BB, 4C and 6C. RGB value is (187,76,108). Sum of RGB (Red+Green+Blue) = 187+76+108=371 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.40% from 371); Green value is 76 (30.08% from 255 or 20.49% from 371); Blue value is 108 (42.58% from 255 or 29.11% from 371); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4C6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4C6C is #44B393. Grayscale: #707070. Windows color (decimal): -4502420 or 7097531. OLE color: 7097531.
HSL color Cylindrical-coordinate representation of color #BB4C6C: hue angle of 342.7º 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 #BB4C6C is Cyan = 0, Magento = 0.59, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 76 | 108 | - |
| CMYK | 0 | 0.59 | 0.42 | 0.27 |
| HSL | 342.7º | 0.45% | 0.52% | - |
| HSV(B) | 342.7º | 0.59% | 0.73% | - |
| XYZ | 25.78 | 16.82 | 16.07 | - |
| YUV | 112.84 | 125.27 | 180.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 76 | 108 | 0 | 0.59 | 0.42 | 0.27 | 342.7 | 0.45 | 0.52 |
| Hex | BB | 4C | 6C | 0 | 3B | 2A | 1B | 157 | 2D | 34 |
| Octal | 273 | 114 | 154 | 0 | 73 | 52 | 33 | 527 | 55 | 64 |
| Binary | 10111011 | 1001100 | 1101100 | 0 | 111011 | 101010 | 11011 | 101010111 | 101101 | 110100 |
Color Harmonies of #BB4C6C
Complementary color
Monochromatic Colors of #BB4C6C
Black with #BB4C6C
Text Example
Text Example
White with #BB4C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4C6C; }
p { color: rgb(187,76,108); }
H1.HeaderClassName
{
color: #BB4C6C;
}
.AnyTagClassName
{
color: #BB4C6C;
}
</style>
background-color css
<style>
a { background-color: #BB4C6C; }
a { background-color: rgb(187,76,108); }
div.DivClassName
{
background-color: #BB4C6C;
}
.BgClassName
{
background-color: #BB4C6C;
}
</style>
border-color css
<style>
span { border-color: #BB4C6C; }
span { border-color: rgb(187,76,108); }
td.TdClassName
{
border-color: #BB4C6C;
}
.TagClassName
{
border-color: #BB4C6C;
}
</style>