Shades of Blush #BB486A
Tints of Blush #BB486A
RGB
CMYK
RGB Variations
Color information
#BB486A (or 0xBB486A) is known color: Blush. HEX triplet: BB, 48 and 6A. RGB value is (187,72,106). Sum of RGB (Red+Green+Blue) = 187+72+106=365 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.23% from 365); Green value is 72 (28.52% from 255 or 19.73% from 365); Blue value is 106 (41.80% from 255 or 29.04% from 365); Max value from RGB is 187 - color contains mainly: red. Hex color #BB486A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB486A is #44B795. Grayscale: #6E6E6E. Windows color (decimal): -4503446 or 6965435. OLE color: 6965435.
HSL color Cylindrical-coordinate representation of color #BB486A: hue angle of 342.26º 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 #BB486A is Cyan = 0, Magento = 0.61, Yellow = 0.43 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 72 | 106 | - |
| CMYK | 0 | 0.61 | 0.43 | 0.27 |
| HSL | 342.26º | 0.46% | 0.51% | - |
| HSV(B) | 342.26º | 0.61% | 0.73% | - |
| XYZ | 25.41 | 16.24 | 15.43 | - |
| YUV | 110.26 | 125.6 | 182.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 72 | 106 | 0 | 0.61 | 0.43 | 0.27 | 342.26 | 0.46 | 0.51 |
| Hex | BB | 48 | 6A | 0 | 3D | 2B | 1B | 156 | 2E | 33 |
| Octal | 273 | 110 | 152 | 0 | 75 | 53 | 33 | 526 | 56 | 63 |
| Binary | 10111011 | 1001000 | 1101010 | 0 | 111101 | 101011 | 11011 | 101010110 | 101110 | 110011 |
Color Harmonies of #BB486A
Complementary color
Monochromatic Colors of #BB486A
Black with #BB486A
Text Example
Text Example
White with #BB486A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB486A; }
p { color: rgb(187,72,106); }
H1.HeaderClassName
{
color: #BB486A;
}
.AnyTagClassName
{
color: #BB486A;
}
</style>
background-color css
<style>
a { background-color: #BB486A; }
a { background-color: rgb(187,72,106); }
div.DivClassName
{
background-color: #BB486A;
}
.BgClassName
{
background-color: #BB486A;
}
</style>
border-color css
<style>
span { border-color: #BB486A; }
span { border-color: rgb(187,72,106); }
td.TdClassName
{
border-color: #BB486A;
}
.TagClassName
{
border-color: #BB486A;
}
</style>