Shades of Blush #BB5F6D
Tints of Blush #BB5F6D
RGB
CMYK
RGB Variations
Color information
#BB5F6D (or 0xBB5F6D) is known color: Blush. HEX triplet: BB, 5F and 6D. RGB value is (187,95,109). Sum of RGB (Red+Green+Blue) = 187+95+109=391 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.83% from 391); Green value is 95 (37.5% from 255 or 24.30% from 391); Blue value is 109 (42.97% from 255 or 27.88% from 391); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5F6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5F6D is #44A092. Grayscale: #7C7C7C. Windows color (decimal): -4497555 or 7167931. OLE color: 7167931.
HSL color Cylindrical-coordinate representation of color #BB5F6D: hue angle of 350.87º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BB5F6D is Cyan = 0, Magento = 0.49, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 95 | 109 | - |
| CMYK | 0 | 0.49 | 0.42 | 0.27 |
| HSL | 350.87º | 0.4% | 0.55% | - |
| HSV(B) | 350.87º | 0.49% | 0.73% | - |
| XYZ | 27.35 | 19.85 | 16.86 | - |
| YUV | 124.1 | 119.48 | 172.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 95 | 109 | 0 | 0.49 | 0.42 | 0.27 | 350.87 | 0.4 | 0.55 |
| Hex | BB | 5F | 6D | 0 | 31 | 2A | 1B | 15F | 28 | 37 |
| Octal | 273 | 137 | 155 | 0 | 61 | 52 | 33 | 537 | 50 | 67 |
| Binary | 10111011 | 1011111 | 1101101 | 0 | 110001 | 101010 | 11011 | 101011111 | 101000 | 110111 |
Color Harmonies of #BB5F6D
Complementary color
Monochromatic Colors of #BB5F6D
Black with #BB5F6D
Text Example
Text Example
White with #BB5F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5F6D; }
p { color: rgb(187,95,109); }
H1.HeaderClassName
{
color: #BB5F6D;
}
.AnyTagClassName
{
color: #BB5F6D;
}
</style>
background-color css
<style>
a { background-color: #BB5F6D; }
a { background-color: rgb(187,95,109); }
div.DivClassName
{
background-color: #BB5F6D;
}
.BgClassName
{
background-color: #BB5F6D;
}
</style>
border-color css
<style>
span { border-color: #BB5F6D; }
span { border-color: rgb(187,95,109); }
td.TdClassName
{
border-color: #BB5F6D;
}
.TagClassName
{
border-color: #BB5F6D;
}
</style>