Shades of Blush #B84D6B
Tints of Blush #B84D6B
RGB
CMYK
RGB Variations
Color information
#B84D6B (or 0xB84D6B) is known color: Blush. HEX triplet: B8, 4D and 6B. RGB value is (184,77,107). Sum of RGB (Red+Green+Blue) = 184+77+107=368 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50% from 368); Green value is 77 (30.47% from 255 or 20.92% from 368); Blue value is 107 (42.19% from 255 or 29.08% from 368); Max value from RGB is 184 - color contains mainly: red. Hex color #B84D6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B84D6B is #47B294. Grayscale: #707070. Windows color (decimal): -4698773 or 7032248. OLE color: 7032248.
HSL color Cylindrical-coordinate representation of color #B84D6B: hue angle of 343.18º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B84D6B is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 77 | 107 | - |
| CMYK | 0 | 0.58 | 0.42 | 0.28 |
| HSL | 343.18º | 0.43% | 0.51% | - |
| HSV(B) | 343.18º | 0.58% | 0.72% | - |
| XYZ | 25.07 | 16.56 | 15.78 | - |
| YUV | 112.41 | 124.95 | 179.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 77 | 107 | 0 | 0.58 | 0.42 | 0.28 | 343.18 | 0.43 | 0.51 |
| Hex | B8 | 4D | 6B | 0 | 3A | 2A | 1C | 157 | 2B | 33 |
| Octal | 270 | 115 | 153 | 0 | 72 | 52 | 34 | 527 | 53 | 63 |
| Binary | 10111000 | 1001101 | 1101011 | 0 | 111010 | 101010 | 11100 | 101010111 | 101011 | 110011 |
Color Harmonies of #B84D6B
Complementary color
Monochromatic Colors of #B84D6B
Black with #B84D6B
Text Example
Text Example
White with #B84D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84D6B; }
p { color: rgb(184,77,107); }
H1.HeaderClassName
{
color: #B84D6B;
}
.AnyTagClassName
{
color: #B84D6B;
}
</style>
background-color css
<style>
a { background-color: #B84D6B; }
a { background-color: rgb(184,77,107); }
div.DivClassName
{
background-color: #B84D6B;
}
.BgClassName
{
background-color: #B84D6B;
}
</style>
border-color css
<style>
span { border-color: #B84D6B; }
span { border-color: rgb(184,77,107); }
td.TdClassName
{
border-color: #B84D6B;
}
.TagClassName
{
border-color: #B84D6B;
}
</style>