Shades of Blush #BB405F
Tints of Blush #BB405F
RGB
CMYK
RGB Variations
Color information
#BB405F (or 0xBB405F) is known color: Blush. HEX triplet: BB, 40 and 5F. RGB value is (187,64,95). Sum of RGB (Red+Green+Blue) = 187+64+95=346 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.05% from 346); Green value is 64 (25.39% from 255 or 18.50% from 346); Blue value is 95 (37.5% from 255 or 27.46% from 346); Max value from RGB is 187 - color contains mainly: red. Hex color #BB405F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB405F is #44BFA0. Grayscale: #686868. Windows color (decimal): -4505505 or 6242491. OLE color: 6242491.
HSL color Cylindrical-coordinate representation of color #BB405F: hue angle of 344.88º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BB405F is Cyan = 0, Magento = 0.66, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 64 | 95 | - |
| CMYK | 0 | 0.66 | 0.49 | 0.27 |
| HSL | 344.88º | 0.49% | 0.49% | - |
| HSV(B) | 344.88º | 0.66% | 0.73% | - |
| XYZ | 24.39 | 15.06 | 12.45 | - |
| YUV | 104.31 | 122.75 | 186.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 64 | 95 | 0 | 0.66 | 0.49 | 0.27 | 344.88 | 0.49 | 0.49 |
| Hex | BB | 40 | 5F | 0 | 42 | 31 | 1B | 159 | 31 | 31 |
| Octal | 273 | 100 | 137 | 0 | 102 | 61 | 33 | 531 | 61 | 61 |
| Binary | 10111011 | 1000000 | 1011111 | 0 | 1000010 | 110001 | 11011 | 101011001 | 110001 | 110001 |
Color Harmonies of #BB405F
Complementary color
Monochromatic Colors of #BB405F
Black with #BB405F
Text Example
Text Example
White with #BB405F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB405F; }
p { color: rgb(187,64,95); }
H1.HeaderClassName
{
color: #BB405F;
}
.AnyTagClassName
{
color: #BB405F;
}
</style>
background-color css
<style>
a { background-color: #BB405F; }
a { background-color: rgb(187,64,95); }
div.DivClassName
{
background-color: #BB405F;
}
.BgClassName
{
background-color: #BB405F;
}
</style>
border-color css
<style>
span { border-color: #BB405F; }
span { border-color: rgb(187,64,95); }
td.TdClassName
{
border-color: #BB405F;
}
.TagClassName
{
border-color: #BB405F;
}
</style>