Shades of Blush #BB4065
Tints of Blush #BB4065
RGB
CMYK
RGB Variations
Color information
#BB4065 (or 0xBB4065) is known color: Blush. HEX triplet: BB, 40 and 65. RGB value is (187,64,101). Sum of RGB (Red+Green+Blue) = 187+64+101=352 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.12% from 352); Green value is 64 (25.39% from 255 or 18.18% from 352); Blue value is 101 (39.84% from 255 or 28.69% from 352); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4065 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4065 is #44BF9A. Grayscale: #686868. Windows color (decimal): -4505499 or 6635707. OLE color: 6635707.
HSL color Cylindrical-coordinate representation of color #BB4065: hue angle of 341.95º 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 #BB4065 is Cyan = 0, Magento = 0.66, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 64 | 101 | - |
| CMYK | 0 | 0.66 | 0.46 | 0.27 |
| HSL | 341.95º | 0.49% | 0.49% | - |
| HSV(B) | 341.95º | 0.66% | 0.73% | - |
| XYZ | 24.68 | 15.17 | 13.94 | - |
| YUV | 105 | 125.75 | 186.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 64 | 101 | 0 | 0.66 | 0.46 | 0.27 | 341.95 | 0.49 | 0.49 |
| Hex | BB | 40 | 65 | 0 | 42 | 2E | 1B | 156 | 31 | 31 |
| Octal | 273 | 100 | 145 | 0 | 102 | 56 | 33 | 526 | 61 | 61 |
| Binary | 10111011 | 1000000 | 1100101 | 0 | 1000010 | 101110 | 11011 | 101010110 | 110001 | 110001 |
Color Harmonies of #BB4065
Complementary color
Monochromatic Colors of #BB4065
Black with #BB4065
Text Example
Text Example
White with #BB4065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4065; }
p { color: rgb(187,64,101); }
H1.HeaderClassName
{
color: #BB4065;
}
.AnyTagClassName
{
color: #BB4065;
}
</style>
background-color css
<style>
a { background-color: #BB4065; }
a { background-color: rgb(187,64,101); }
div.DivClassName
{
background-color: #BB4065;
}
.BgClassName
{
background-color: #BB4065;
}
</style>
border-color css
<style>
span { border-color: #BB4065; }
span { border-color: rgb(187,64,101); }
td.TdClassName
{
border-color: #BB4065;
}
.TagClassName
{
border-color: #BB4065;
}
</style>