Shades of Blush #BB576C
Tints of Blush #BB576C
RGB
CMYK
RGB Variations
Color information
#BB576C (or 0xBB576C) is known color: Blush. HEX triplet: BB, 57 and 6C. RGB value is (187,87,108). Sum of RGB (Red+Green+Blue) = 187+87+108=382 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.95% from 382); Green value is 87 (34.38% from 255 or 22.77% from 382); Blue value is 108 (42.58% from 255 or 28.27% from 382); Max value from RGB is 187 - color contains mainly: red. Hex color #BB576C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB576C is #44A893. Grayscale: #777777. Windows color (decimal): -4499604 or 7100347. OLE color: 7100347.
HSL color Cylindrical-coordinate representation of color #BB576C: hue angle of 347.4º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BB576C is Cyan = 0, Magento = 0.53, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 87 | 108 | - |
| CMYK | 0 | 0.53 | 0.42 | 0.27 |
| HSL | 347.4º | 0.42% | 0.54% | - |
| HSV(B) | 347.4º | 0.53% | 0.73% | - |
| XYZ | 26.61 | 18.46 | 16.35 | - |
| YUV | 119.29 | 121.63 | 176.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 87 | 108 | 0 | 0.53 | 0.42 | 0.27 | 347.4 | 0.42 | 0.54 |
| Hex | BB | 57 | 6C | 0 | 35 | 2A | 1B | 15B | 2A | 36 |
| Octal | 273 | 127 | 154 | 0 | 65 | 52 | 33 | 533 | 52 | 66 |
| Binary | 10111011 | 1010111 | 1101100 | 0 | 110101 | 101010 | 11011 | 101011011 | 101010 | 110110 |
Color Harmonies of #BB576C
Complementary color
Monochromatic Colors of #BB576C
Black with #BB576C
Text Example
Text Example
White with #BB576C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB576C; }
p { color: rgb(187,87,108); }
H1.HeaderClassName
{
color: #BB576C;
}
.AnyTagClassName
{
color: #BB576C;
}
</style>
background-color css
<style>
a { background-color: #BB576C; }
a { background-color: rgb(187,87,108); }
div.DivClassName
{
background-color: #BB576C;
}
.BgClassName
{
background-color: #BB576C;
}
</style>
border-color css
<style>
span { border-color: #BB576C; }
span { border-color: rgb(187,87,108); }
td.TdClassName
{
border-color: #BB576C;
}
.TagClassName
{
border-color: #BB576C;
}
</style>