Shades of Blush #BB495B
Tints of Blush #BB495B
RGB
CMYK
RGB Variations
Color information
#BB495B (or 0xBB495B) is known color: Blush. HEX triplet: BB, 49 and 5B. RGB value is (187,73,91). Sum of RGB (Red+Green+Blue) = 187+73+91=351 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.28% from 351); Green value is 73 (28.91% from 255 or 20.80% from 351); Blue value is 91 (35.94% from 255 or 25.93% from 351); Max value from RGB is 187 - color contains mainly: red. Hex color #BB495B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB495B is #44B6A4. Grayscale: #6D6D6D. Windows color (decimal): -4503205 or 5982651. OLE color: 5982651.
HSL color Cylindrical-coordinate representation of color #BB495B: hue angle of 350.53º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BB495B is Cyan = 0, Magento = 0.61, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 73 | 91 | - |
| CMYK | 0 | 0.61 | 0.51 | 0.27 |
| HSL | 350.53º | 0.46% | 0.51% | - |
| HSV(B) | 350.53º | 0.61% | 0.73% | - |
| XYZ | 24.76 | 16.09 | 11.7 | - |
| YUV | 109.14 | 117.77 | 183.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 73 | 91 | 0 | 0.61 | 0.51 | 0.27 | 350.53 | 0.46 | 0.51 |
| Hex | BB | 49 | 5B | 0 | 3D | 33 | 1B | 15F | 2E | 33 |
| Octal | 273 | 111 | 133 | 0 | 75 | 63 | 33 | 537 | 56 | 63 |
| Binary | 10111011 | 1001001 | 1011011 | 0 | 111101 | 110011 | 11011 | 101011111 | 101110 | 110011 |
Color Harmonies of #BB495B
Complementary color
Monochromatic Colors of #BB495B
Black with #BB495B
Text Example
Text Example
White with #BB495B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB495B; }
p { color: rgb(187,73,91); }
H1.HeaderClassName
{
color: #BB495B;
}
.AnyTagClassName
{
color: #BB495B;
}
</style>
background-color css
<style>
a { background-color: #BB495B; }
a { background-color: rgb(187,73,91); }
div.DivClassName
{
background-color: #BB495B;
}
.BgClassName
{
background-color: #BB495B;
}
</style>
border-color css
<style>
span { border-color: #BB495B; }
span { border-color: rgb(187,73,91); }
td.TdClassName
{
border-color: #BB495B;
}
.TagClassName
{
border-color: #BB495B;
}
</style>