Shades of Blush #B84767
Tints of Blush #B84767
RGB
CMYK
RGB Variations
Color information
#B84767 (or 0xB84767) is known color: Blush. HEX triplet: B8, 47 and 67. RGB value is (184,71,103). Sum of RGB (Red+Green+Blue) = 184+71+103=358 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.40% from 358); Green value is 71 (28.12% from 255 or 19.83% from 358); Blue value is 103 (40.62% from 255 or 28.77% from 358); Max value from RGB is 184 - color contains mainly: red. Hex color #B84767 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84767 is #47B898. Grayscale: #6C6C6C. Windows color (decimal): -4700313 or 6768568. OLE color: 6768568.
HSL color Cylindrical-coordinate representation of color #B84767: hue angle of 343.01º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B84767 is Cyan = 0, Magento = 0.61, Yellow = 0.44 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 71 | 103 | - |
| CMYK | 0 | 0.61 | 0.44 | 0.28 |
| HSL | 343.01º | 0.44% | 0.5% | - |
| HSV(B) | 343.01º | 0.61% | 0.72% | - |
| XYZ | 24.47 | 15.68 | 14.57 | - |
| YUV | 108.44 | 124.94 | 181.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 71 | 103 | 0 | 0.61 | 0.44 | 0.28 | 343.01 | 0.44 | 0.5 |
| Hex | B8 | 47 | 67 | 0 | 3D | 2C | 1C | 157 | 2C | 32 |
| Octal | 270 | 107 | 147 | 0 | 75 | 54 | 34 | 527 | 54 | 62 |
| Binary | 10111000 | 1000111 | 1100111 | 0 | 111101 | 101100 | 11100 | 101010111 | 101100 | 110010 |
Color Harmonies of #B84767
Complementary color
Monochromatic Colors of #B84767
Black with #B84767
Text Example
Text Example
White with #B84767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84767; }
p { color: rgb(184,71,103); }
H1.HeaderClassName
{
color: #B84767;
}
.AnyTagClassName
{
color: #B84767;
}
</style>
background-color css
<style>
a { background-color: #B84767; }
a { background-color: rgb(184,71,103); }
div.DivClassName
{
background-color: #B84767;
}
.BgClassName
{
background-color: #B84767;
}
</style>
border-color css
<style>
span { border-color: #B84767; }
span { border-color: rgb(184,71,103); }
td.TdClassName
{
border-color: #B84767;
}
.TagClassName
{
border-color: #B84767;
}
</style>