Shades of Blush #BB495C
Tints of Blush #BB495C
RGB
CMYK
RGB Variations
Color information
#BB495C (or 0xBB495C) is known color: Blush. HEX triplet: BB, 49 and 5C. RGB value is (187,73,92). Sum of RGB (Red+Green+Blue) = 187+73+92=352 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.12% from 352); Green value is 73 (28.91% from 255 or 20.74% from 352); Blue value is 92 (36.33% from 255 or 26.14% from 352); Max value from RGB is 187 - color contains mainly: red. Hex color #BB495C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB495C is #44B6A3. Grayscale: #6D6D6D. Windows color (decimal): -4503204 or 6048187. OLE color: 6048187.
HSL color Cylindrical-coordinate representation of color #BB495C: hue angle of 350º 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 #BB495C is Cyan = 0, Magento = 0.61, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 73 | 92 | - |
| CMYK | 0 | 0.61 | 0.51 | 0.27 |
| HSL | 350º | 0.46% | 0.51% | - |
| HSV(B) | 350º | 0.61% | 0.73% | - |
| XYZ | 24.81 | 16.1 | 11.93 | - |
| YUV | 109.25 | 118.27 | 183.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 73 | 92 | 0 | 0.61 | 0.51 | 0.27 | 350 | 0.46 | 0.51 |
| Hex | BB | 49 | 5C | 0 | 3D | 33 | 1B | 15E | 2E | 33 |
| Octal | 273 | 111 | 134 | 0 | 75 | 63 | 33 | 536 | 56 | 63 |
| Binary | 10111011 | 1001001 | 1011100 | 0 | 111101 | 110011 | 11011 | 101011110 | 101110 | 110011 |
Color Harmonies of #BB495C
Complementary color
Monochromatic Colors of #BB495C
Black with #BB495C
Text Example
Text Example
White with #BB495C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB495C; }
p { color: rgb(187,73,92); }
H1.HeaderClassName
{
color: #BB495C;
}
.AnyTagClassName
{
color: #BB495C;
}
</style>
background-color css
<style>
a { background-color: #BB495C; }
a { background-color: rgb(187,73,92); }
div.DivClassName
{
background-color: #BB495C;
}
.BgClassName
{
background-color: #BB495C;
}
</style>
border-color css
<style>
span { border-color: #BB495C; }
span { border-color: rgb(187,73,92); }
td.TdClassName
{
border-color: #BB495C;
}
.TagClassName
{
border-color: #BB495C;
}
</style>