Shades of Blush #B84E6B
Tints of Blush #B84E6B
RGB
CMYK
RGB Variations
Color information
#B84E6B (or 0xB84E6B) is known color: Blush. HEX triplet: B8, 4E and 6B. RGB value is (184,78,107). Sum of RGB (Red+Green+Blue) = 184+78+107=369 (48% of max value = 765). Red value is 184 (72.27% from 255 or 49.86% from 369); Green value is 78 (30.86% from 255 or 21.14% from 369); Blue value is 107 (42.19% from 255 or 29.00% from 369); Max value from RGB is 184 - color contains mainly: red. Hex color #B84E6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B84E6B is #47B194. Grayscale: #707070. Windows color (decimal): -4698517 or 7032504. OLE color: 7032504.
HSL color Cylindrical-coordinate representation of color #B84E6B: hue angle of 343.58º 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 #B84E6B is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 78 | 107 | - |
| CMYK | 0 | 0.58 | 0.42 | 0.28 |
| HSL | 343.58º | 0.43% | 0.51% | - |
| HSV(B) | 343.58º | 0.58% | 0.72% | - |
| XYZ | 25.15 | 16.7 | 15.81 | - |
| YUV | 113 | 124.62 | 178.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 78 | 107 | 0 | 0.58 | 0.42 | 0.28 | 343.58 | 0.43 | 0.51 |
| Hex | B8 | 4E | 6B | 0 | 3A | 2A | 1C | 158 | 2B | 33 |
| Octal | 270 | 116 | 153 | 0 | 72 | 52 | 34 | 530 | 53 | 63 |
| Binary | 10111000 | 1001110 | 1101011 | 0 | 111010 | 101010 | 11100 | 101011000 | 101011 | 110011 |
Color Harmonies of #B84E6B
Complementary color
Monochromatic Colors of #B84E6B
Black with #B84E6B
Text Example
Text Example
White with #B84E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84E6B; }
p { color: rgb(184,78,107); }
H1.HeaderClassName
{
color: #B84E6B;
}
.AnyTagClassName
{
color: #B84E6B;
}
</style>
background-color css
<style>
a { background-color: #B84E6B; }
a { background-color: rgb(184,78,107); }
div.DivClassName
{
background-color: #B84E6B;
}
.BgClassName
{
background-color: #B84E6B;
}
</style>
border-color css
<style>
span { border-color: #B84E6B; }
span { border-color: rgb(184,78,107); }
td.TdClassName
{
border-color: #B84E6B;
}
.TagClassName
{
border-color: #B84E6B;
}
</style>