Shades of Blush #BB5873
Tints of Blush #BB5873
RGB
CMYK
RGB Variations
Color information
#BB5873 (or 0xBB5873) is known color: Blush. HEX triplet: BB, 58 and 73. RGB value is (187,88,115). Sum of RGB (Red+Green+Blue) = 187+88+115=390 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.95% from 390); Green value is 88 (34.77% from 255 or 22.56% from 390); Blue value is 115 (45.31% from 255 or 29.49% from 390); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5873 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5873 is #44A78C. Grayscale: #787878. Windows color (decimal): -4499341 or 7559355. OLE color: 7559355.
HSL color Cylindrical-coordinate representation of color #BB5873: hue angle of 343.64º 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 #BB5873 is Cyan = 0, Magento = 0.53, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 88 | 115 | - |
| CMYK | 0 | 0.53 | 0.39 | 0.27 |
| HSL | 343.64º | 0.42% | 0.54% | - |
| HSV(B) | 343.64º | 0.53% | 0.73% | - |
| XYZ | 27.08 | 18.78 | 18.42 | - |
| YUV | 120.68 | 124.8 | 175.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 88 | 115 | 0 | 0.53 | 0.39 | 0.27 | 343.64 | 0.42 | 0.54 |
| Hex | BB | 58 | 73 | 0 | 35 | 27 | 1B | 158 | 2A | 36 |
| Octal | 273 | 130 | 163 | 0 | 65 | 47 | 33 | 530 | 52 | 66 |
| Binary | 10111011 | 1011000 | 1110011 | 0 | 110101 | 100111 | 11011 | 101011000 | 101010 | 110110 |
Color Harmonies of #BB5873
Complementary color
Monochromatic Colors of #BB5873
Black with #BB5873
Text Example
Text Example
White with #BB5873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5873; }
p { color: rgb(187,88,115); }
H1.HeaderClassName
{
color: #BB5873;
}
.AnyTagClassName
{
color: #BB5873;
}
</style>
background-color css
<style>
a { background-color: #BB5873; }
a { background-color: rgb(187,88,115); }
div.DivClassName
{
background-color: #BB5873;
}
.BgClassName
{
background-color: #BB5873;
}
</style>
border-color css
<style>
span { border-color: #BB5873; }
span { border-color: rgb(187,88,115); }
td.TdClassName
{
border-color: #BB5873;
}
.TagClassName
{
border-color: #BB5873;
}
</style>