Shades of Blush #BB586C
Tints of Blush #BB586C
RGB
CMYK
RGB Variations
Color information
#BB586C (or 0xBB586C) is known color: Blush. HEX triplet: BB, 58 and 6C. RGB value is (187,88,108). Sum of RGB (Red+Green+Blue) = 187+88+108=383 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.83% from 383); Green value is 88 (34.77% from 255 or 22.98% from 383); Blue value is 108 (42.58% from 255 or 28.20% from 383); Max value from RGB is 187 - color contains mainly: red. Hex color #BB586C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB586C is #44A793. Grayscale: #777777. Windows color (decimal): -4499348 or 7100603. OLE color: 7100603.
HSL color Cylindrical-coordinate representation of color #BB586C: hue angle of 347.88º 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 #BB586C is Cyan = 0, Magento = 0.53, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 88 | 108 | - |
| CMYK | 0 | 0.53 | 0.42 | 0.27 |
| HSL | 347.88º | 0.42% | 0.54% | - |
| HSV(B) | 347.88º | 0.53% | 0.73% | - |
| XYZ | 26.69 | 18.63 | 16.38 | - |
| YUV | 119.88 | 121.3 | 175.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 88 | 108 | 0 | 0.53 | 0.42 | 0.27 | 347.88 | 0.42 | 0.54 |
| Hex | BB | 58 | 6C | 0 | 35 | 2A | 1B | 15C | 2A | 36 |
| Octal | 273 | 130 | 154 | 0 | 65 | 52 | 33 | 534 | 52 | 66 |
| Binary | 10111011 | 1011000 | 1101100 | 0 | 110101 | 101010 | 11011 | 101011100 | 101010 | 110110 |
Color Harmonies of #BB586C
Complementary color
Monochromatic Colors of #BB586C
Black with #BB586C
Text Example
Text Example
White with #BB586C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB586C; }
p { color: rgb(187,88,108); }
H1.HeaderClassName
{
color: #BB586C;
}
.AnyTagClassName
{
color: #BB586C;
}
</style>
background-color css
<style>
a { background-color: #BB586C; }
a { background-color: rgb(187,88,108); }
div.DivClassName
{
background-color: #BB586C;
}
.BgClassName
{
background-color: #BB586C;
}
</style>
border-color css
<style>
span { border-color: #BB586C; }
span { border-color: rgb(187,88,108); }
td.TdClassName
{
border-color: #BB586C;
}
.TagClassName
{
border-color: #BB586C;
}
</style>