Shades of Blush #BB506D
Tints of Blush #BB506D
RGB
CMYK
RGB Variations
Color information
#BB506D (or 0xBB506D) is known color: Blush. HEX triplet: BB, 50 and 6D. RGB value is (187,80,109). Sum of RGB (Red+Green+Blue) = 187+80+109=376 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.73% from 376); Green value is 80 (31.64% from 255 or 21.28% from 376); Blue value is 109 (42.97% from 255 or 28.99% from 376); Max value from RGB is 187 - color contains mainly: red. Hex color #BB506D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB506D is #44AF92. Grayscale: #737373. Windows color (decimal): -4501395 or 7164091. OLE color: 7164091.
HSL color Cylindrical-coordinate representation of color #BB506D: hue angle of 343.74º 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 #BB506D is Cyan = 0, Magento = 0.57, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 80 | 109 | - |
| CMYK | 0 | 0.57 | 0.42 | 0.27 |
| HSL | 343.74º | 0.44% | 0.52% | - |
| HSV(B) | 343.74º | 0.57% | 0.73% | - |
| XYZ | 26.12 | 17.41 | 16.45 | - |
| YUV | 115.3 | 124.45 | 179.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 80 | 109 | 0 | 0.57 | 0.42 | 0.27 | 343.74 | 0.44 | 0.52 |
| Hex | BB | 50 | 6D | 0 | 39 | 2A | 1B | 158 | 2C | 34 |
| Octal | 273 | 120 | 155 | 0 | 71 | 52 | 33 | 530 | 54 | 64 |
| Binary | 10111011 | 1010000 | 1101101 | 0 | 111001 | 101010 | 11011 | 101011000 | 101100 | 110100 |
Color Harmonies of #BB506D
Complementary color
Monochromatic Colors of #BB506D
Black with #BB506D
Text Example
Text Example
White with #BB506D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB506D; }
p { color: rgb(187,80,109); }
H1.HeaderClassName
{
color: #BB506D;
}
.AnyTagClassName
{
color: #BB506D;
}
</style>
background-color css
<style>
a { background-color: #BB506D; }
a { background-color: rgb(187,80,109); }
div.DivClassName
{
background-color: #BB506D;
}
.BgClassName
{
background-color: #BB506D;
}
</style>
border-color css
<style>
span { border-color: #BB506D; }
span { border-color: rgb(187,80,109); }
td.TdClassName
{
border-color: #BB506D;
}
.TagClassName
{
border-color: #BB506D;
}
</style>