Shades of Blush #BB495D
Tints of Blush #BB495D
RGB
CMYK
RGB Variations
Color information
#BB495D (or 0xBB495D) is known color: Blush. HEX triplet: BB, 49 and 5D. RGB value is (187,73,93). Sum of RGB (Red+Green+Blue) = 187+73+93=353 (46% of max value = 765). Red value is 187 (73.44% from 255 or 52.97% from 353); Green value is 73 (28.91% from 255 or 20.68% from 353); Blue value is 93 (36.72% from 255 or 26.35% from 353); Max value from RGB is 187 - color contains mainly: red. Hex color #BB495D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB495D is #44B6A2. Grayscale: #6D6D6D. Windows color (decimal): -4503203 or 6113723. OLE color: 6113723.
HSL color Cylindrical-coordinate representation of color #BB495D: hue angle of 349.47º 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 #BB495D is Cyan = 0, Magento = 0.61, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 73 | 93 | - |
| CMYK | 0 | 0.61 | 0.50 | 0.27 |
| HSL | 349.47º | 0.46% | 0.51% | - |
| HSV(B) | 349.47º | 0.61% | 0.73% | - |
| XYZ | 24.85 | 16.12 | 12.16 | - |
| YUV | 109.37 | 118.77 | 183.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 73 | 93 | 0 | 0.61 | 0.50 | 0.27 | 349.47 | 0.46 | 0.51 |
| Hex | BB | 49 | 5D | 0 | 3D | 32 | 1B | 15D | 2E | 33 |
| Octal | 273 | 111 | 135 | 0 | 75 | 62 | 33 | 535 | 56 | 63 |
| Binary | 10111011 | 1001001 | 1011101 | 0 | 111101 | 110010 | 11011 | 101011101 | 101110 | 110011 |
Color Harmonies of #BB495D
Complementary color
Monochromatic Colors of #BB495D
Black with #BB495D
Text Example
Text Example
White with #BB495D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB495D; }
p { color: rgb(187,73,93); }
H1.HeaderClassName
{
color: #BB495D;
}
.AnyTagClassName
{
color: #BB495D;
}
</style>
background-color css
<style>
a { background-color: #BB495D; }
a { background-color: rgb(187,73,93); }
div.DivClassName
{
background-color: #BB495D;
}
.BgClassName
{
background-color: #BB495D;
}
</style>
border-color css
<style>
span { border-color: #BB495D; }
span { border-color: rgb(187,73,93); }
td.TdClassName
{
border-color: #BB495D;
}
.TagClassName
{
border-color: #BB495D;
}
</style>