Shades of Blush #BB4A6A
Tints of Blush #BB4A6A
RGB
CMYK
RGB Variations
Color information
#BB4A6A (or 0xBB4A6A) is known color: Blush. HEX triplet: BB, 4A and 6A. RGB value is (187,74,106). Sum of RGB (Red+Green+Blue) = 187+74+106=367 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.95% from 367); Green value is 74 (29.30% from 255 or 20.16% from 367); Blue value is 106 (41.80% from 255 or 28.88% from 367); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4A6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4A6A is #44B595. Grayscale: #6F6F6F. Windows color (decimal): -4502934 or 6965947. OLE color: 6965947.
HSL color Cylindrical-coordinate representation of color #BB4A6A: hue angle of 343.01º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BB4A6A is Cyan = 0, Magento = 0.60, Yellow = 0.43 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 74 | 106 | - |
| CMYK | 0 | 0.60 | 0.43 | 0.27 |
| HSL | 343.01º | 0.45% | 0.51% | - |
| HSV(B) | 343.01º | 0.6% | 0.73% | - |
| XYZ | 25.54 | 16.5 | 15.47 | - |
| YUV | 111.44 | 124.94 | 181.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 74 | 106 | 0 | 0.60 | 0.43 | 0.27 | 343.01 | 0.45 | 0.51 |
| Hex | BB | 4A | 6A | 0 | 3C | 2B | 1B | 157 | 2D | 33 |
| Octal | 273 | 112 | 152 | 0 | 74 | 53 | 33 | 527 | 55 | 63 |
| Binary | 10111011 | 1001010 | 1101010 | 0 | 111100 | 101011 | 11011 | 101010111 | 101101 | 110011 |
Color Harmonies of #BB4A6A
Complementary color
Monochromatic Colors of #BB4A6A
Black with #BB4A6A
Text Example
Text Example
White with #BB4A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4A6A; }
p { color: rgb(187,74,106); }
H1.HeaderClassName
{
color: #BB4A6A;
}
.AnyTagClassName
{
color: #BB4A6A;
}
</style>
background-color css
<style>
a { background-color: #BB4A6A; }
a { background-color: rgb(187,74,106); }
div.DivClassName
{
background-color: #BB4A6A;
}
.BgClassName
{
background-color: #BB4A6A;
}
</style>
border-color css
<style>
span { border-color: #BB4A6A; }
span { border-color: rgb(187,74,106); }
td.TdClassName
{
border-color: #BB4A6A;
}
.TagClassName
{
border-color: #BB4A6A;
}
</style>