Shades of Blush #BB4D60
Tints of Blush #BB4D60
RGB
CMYK
RGB Variations
Color information
#BB4D60 (or 0xBB4D60) is known color: Blush. HEX triplet: BB, 4D and 60. RGB value is (187,77,96). Sum of RGB (Red+Green+Blue) = 187+77+96=360 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.94% from 360); Green value is 77 (30.47% from 255 or 21.39% from 360); Blue value is 96 (37.89% from 255 or 26.67% from 360); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4D60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB4D60 is #44B29F. Grayscale: #707070. Windows color (decimal): -4502176 or 6311355. OLE color: 6311355.
HSL color Cylindrical-coordinate representation of color #BB4D60: hue angle of 349.64º 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 #BB4D60 is Cyan = 0, Magento = 0.59, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 77 | 96 | - |
| CMYK | 0 | 0.59 | 0.49 | 0.27 |
| HSL | 349.64º | 0.45% | 0.52% | - |
| HSV(B) | 349.64º | 0.59% | 0.73% | - |
| XYZ | 25.26 | 16.72 | 12.96 | - |
| YUV | 112.06 | 118.94 | 181.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 77 | 96 | 0 | 0.59 | 0.49 | 0.27 | 349.64 | 0.45 | 0.52 |
| Hex | BB | 4D | 60 | 0 | 3B | 31 | 1B | 15E | 2D | 34 |
| Octal | 273 | 115 | 140 | 0 | 73 | 61 | 33 | 536 | 55 | 64 |
| Binary | 10111011 | 1001101 | 1100000 | 0 | 111011 | 110001 | 11011 | 101011110 | 101101 | 110100 |
Color Harmonies of #BB4D60
Complementary color
Monochromatic Colors of #BB4D60
Black with #BB4D60
Text Example
Text Example
White with #BB4D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4D60; }
p { color: rgb(187,77,96); }
H1.HeaderClassName
{
color: #BB4D60;
}
.AnyTagClassName
{
color: #BB4D60;
}
</style>
background-color css
<style>
a { background-color: #BB4D60; }
a { background-color: rgb(187,77,96); }
div.DivClassName
{
background-color: #BB4D60;
}
.BgClassName
{
background-color: #BB4D60;
}
</style>
border-color css
<style>
span { border-color: #BB4D60; }
span { border-color: rgb(187,77,96); }
td.TdClassName
{
border-color: #BB4D60;
}
.TagClassName
{
border-color: #BB4D60;
}
</style>