Shades of Blush #B84B5D
Tints of Blush #B84B5D
RGB
CMYK
RGB Variations
Color information
#B84B5D (or 0xB84B5D) is known color: Blush. HEX triplet: B8, 4B and 5D. RGB value is (184,75,93). Sum of RGB (Red+Green+Blue) = 184+75+93=352 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.27% from 352); Green value is 75 (29.69% from 255 or 21.31% from 352); Blue value is 93 (36.72% from 255 or 26.42% from 352); Max value from RGB is 184 - color contains mainly: red. Hex color #B84B5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84B5D is #47B4A2. Grayscale: #6D6D6D. Windows color (decimal): -4699299 or 6114232. OLE color: 6114232.
HSL color Cylindrical-coordinate representation of color #B84B5D: hue angle of 350.09º 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 #B84B5D is Cyan = 0, Magento = 0.59, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 75 | 93 | - |
| CMYK | 0 | 0.59 | 0.49 | 0.28 |
| HSL | 350.09º | 0.43% | 0.51% | - |
| HSV(B) | 350.09º | 0.59% | 0.72% | - |
| XYZ | 24.26 | 16.01 | 12.17 | - |
| YUV | 109.64 | 118.61 | 181.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 75 | 93 | 0 | 0.59 | 0.49 | 0.28 | 350.09 | 0.43 | 0.51 |
| Hex | B8 | 4B | 5D | 0 | 3B | 31 | 1C | 15E | 2B | 33 |
| Octal | 270 | 113 | 135 | 0 | 73 | 61 | 34 | 536 | 53 | 63 |
| Binary | 10111000 | 1001011 | 1011101 | 0 | 111011 | 110001 | 11100 | 101011110 | 101011 | 110011 |
Color Harmonies of #B84B5D
Complementary color
Monochromatic Colors of #B84B5D
Black with #B84B5D
Text Example
Text Example
White with #B84B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84B5D; }
p { color: rgb(184,75,93); }
H1.HeaderClassName
{
color: #B84B5D;
}
.AnyTagClassName
{
color: #B84B5D;
}
</style>
background-color css
<style>
a { background-color: #B84B5D; }
a { background-color: rgb(184,75,93); }
div.DivClassName
{
background-color: #B84B5D;
}
.BgClassName
{
background-color: #B84B5D;
}
</style>
border-color css
<style>
span { border-color: #B84B5D; }
span { border-color: rgb(184,75,93); }
td.TdClassName
{
border-color: #B84B5D;
}
.TagClassName
{
border-color: #B84B5D;
}
</style>