Shades of Blush #BB5068
Tints of Blush #BB5068
RGB
CMYK
RGB Variations
Color information
#BB5068 (or 0xBB5068) is known color: Blush. HEX triplet: BB, 50 and 68. RGB value is (187,80,104). Sum of RGB (Red+Green+Blue) = 187+80+104=371 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.40% from 371); Green value is 80 (31.64% from 255 or 21.56% from 371); Blue value is 104 (41.02% from 255 or 28.03% from 371); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5068 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5068 is #44AF97. Grayscale: #727272. Windows color (decimal): -4501400 or 6836411. OLE color: 6836411.
HSL color Cylindrical-coordinate representation of color #BB5068: hue angle of 346.54º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BB5068 is Cyan = 0, Magento = 0.57, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 80 | 104 | - |
| CMYK | 0 | 0.57 | 0.44 | 0.27 |
| HSL | 346.54º | 0.44% | 0.52% | - |
| HSV(B) | 346.54º | 0.57% | 0.73% | - |
| XYZ | 25.86 | 17.3 | 15.07 | - |
| YUV | 114.73 | 121.95 | 179.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 80 | 104 | 0 | 0.57 | 0.44 | 0.27 | 346.54 | 0.44 | 0.52 |
| Hex | BB | 50 | 68 | 0 | 39 | 2C | 1B | 15B | 2C | 34 |
| Octal | 273 | 120 | 150 | 0 | 71 | 54 | 33 | 533 | 54 | 64 |
| Binary | 10111011 | 1010000 | 1101000 | 0 | 111001 | 101100 | 11011 | 101011011 | 101100 | 110100 |
Color Harmonies of #BB5068
Complementary color
Monochromatic Colors of #BB5068
Black with #BB5068
Text Example
Text Example
White with #BB5068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5068; }
p { color: rgb(187,80,104); }
H1.HeaderClassName
{
color: #BB5068;
}
.AnyTagClassName
{
color: #BB5068;
}
</style>
background-color css
<style>
a { background-color: #BB5068; }
a { background-color: rgb(187,80,104); }
div.DivClassName
{
background-color: #BB5068;
}
.BgClassName
{
background-color: #BB5068;
}
</style>
border-color css
<style>
span { border-color: #BB5068; }
span { border-color: rgb(187,80,104); }
td.TdClassName
{
border-color: #BB5068;
}
.TagClassName
{
border-color: #BB5068;
}
</style>