Shades of Blush #BB4A6B
Tints of Blush #BB4A6B
RGB
CMYK
RGB Variations
Color information
#BB4A6B (or 0xBB4A6B) is known color: Blush. HEX triplet: BB, 4A and 6B. RGB value is (187,74,107). Sum of RGB (Red+Green+Blue) = 187+74+107=368 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.82% from 368); Green value is 74 (29.30% from 255 or 20.11% from 368); Blue value is 107 (42.19% from 255 or 29.08% from 368); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4A6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4A6B is #44B594. Grayscale: #6F6F6F. Windows color (decimal): -4502933 or 7031483. OLE color: 7031483.
HSL color Cylindrical-coordinate representation of color #BB4A6B: hue angle of 342.48º 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 #BB4A6B is Cyan = 0, Magento = 0.60, Yellow = 0.43 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 74 | 107 | - |
| CMYK | 0 | 0.60 | 0.43 | 0.27 |
| HSL | 342.48º | 0.45% | 0.51% | - |
| HSV(B) | 342.48º | 0.6% | 0.73% | - |
| XYZ | 25.6 | 16.52 | 15.75 | - |
| YUV | 111.55 | 125.44 | 181.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 74 | 107 | 0 | 0.60 | 0.43 | 0.27 | 342.48 | 0.45 | 0.51 |
| Hex | BB | 4A | 6B | 0 | 3C | 2B | 1B | 156 | 2D | 33 |
| Octal | 273 | 112 | 153 | 0 | 74 | 53 | 33 | 526 | 55 | 63 |
| Binary | 10111011 | 1001010 | 1101011 | 0 | 111100 | 101011 | 11011 | 101010110 | 101101 | 110011 |
Color Harmonies of #BB4A6B
Complementary color
Monochromatic Colors of #BB4A6B
Black with #BB4A6B
Text Example
Text Example
White with #BB4A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4A6B; }
p { color: rgb(187,74,107); }
H1.HeaderClassName
{
color: #BB4A6B;
}
.AnyTagClassName
{
color: #BB4A6B;
}
</style>
background-color css
<style>
a { background-color: #BB4A6B; }
a { background-color: rgb(187,74,107); }
div.DivClassName
{
background-color: #BB4A6B;
}
.BgClassName
{
background-color: #BB4A6B;
}
</style>
border-color css
<style>
span { border-color: #BB4A6B; }
span { border-color: rgb(187,74,107); }
td.TdClassName
{
border-color: #BB4A6B;
}
.TagClassName
{
border-color: #BB4A6B;
}
</style>