Shades of Blush #B84C6A
Tints of Blush #B84C6A
RGB
CMYK
RGB Variations
Color information
#B84C6A (or 0xB84C6A) is known color: Blush. HEX triplet: B8, 4C and 6A. RGB value is (184,76,106). Sum of RGB (Red+Green+Blue) = 184+76+106=366 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.27% from 366); Green value is 76 (30.08% from 255 or 20.77% from 366); Blue value is 106 (41.80% from 255 or 28.96% from 366); Max value from RGB is 184 - color contains mainly: red. Hex color #B84C6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84C6A is #47B395. Grayscale: #6F6F6F. Windows color (decimal): -4699030 or 6966456. OLE color: 6966456.
HSL color Cylindrical-coordinate representation of color #B84C6A: hue angle of 343.33º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B84C6A is Cyan = 0, Magento = 0.59, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 76 | 106 | - |
| CMYK | 0 | 0.59 | 0.42 | 0.28 |
| HSL | 343.33º | 0.43% | 0.51% | - |
| HSV(B) | 343.33º | 0.59% | 0.72% | - |
| XYZ | 24.95 | 16.4 | 15.49 | - |
| YUV | 111.71 | 124.78 | 179.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 76 | 106 | 0 | 0.59 | 0.42 | 0.28 | 343.33 | 0.43 | 0.51 |
| Hex | B8 | 4C | 6A | 0 | 3B | 2A | 1C | 157 | 2B | 33 |
| Octal | 270 | 114 | 152 | 0 | 73 | 52 | 34 | 527 | 53 | 63 |
| Binary | 10111000 | 1001100 | 1101010 | 0 | 111011 | 101010 | 11100 | 101010111 | 101011 | 110011 |
Color Harmonies of #B84C6A
Complementary color
Monochromatic Colors of #B84C6A
Black with #B84C6A
Text Example
Text Example
White with #B84C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84C6A; }
p { color: rgb(184,76,106); }
H1.HeaderClassName
{
color: #B84C6A;
}
.AnyTagClassName
{
color: #B84C6A;
}
</style>
background-color css
<style>
a { background-color: #B84C6A; }
a { background-color: rgb(184,76,106); }
div.DivClassName
{
background-color: #B84C6A;
}
.BgClassName
{
background-color: #B84C6A;
}
</style>
border-color css
<style>
span { border-color: #B84C6A; }
span { border-color: rgb(184,76,106); }
td.TdClassName
{
border-color: #B84C6A;
}
.TagClassName
{
border-color: #B84C6A;
}
</style>