Shades of Blush #B8546D
Tints of Blush #B8546D
RGB
CMYK
RGB Variations
Color information
#B8546D (or 0xB8546D) is known color: Blush. HEX triplet: B8, 54 and 6D. RGB value is (184,84,109). Sum of RGB (Red+Green+Blue) = 184+84+109=377 (49% of max value = 765). Red value is 184 (72.27% from 255 or 48.81% from 377); Green value is 84 (33.20% from 255 or 22.28% from 377); Blue value is 109 (42.97% from 255 or 28.91% from 377); Max value from RGB is 184 - color contains mainly: red. Hex color #B8546D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8546D is #47AB92. Grayscale: #747474. Windows color (decimal): -4696979 or 7165112. OLE color: 7165112.
HSL color Cylindrical-coordinate representation of color #B8546D: hue angle of 345º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B8546D is Cyan = 0, Magento = 0.54, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 84 | 109 | - |
| CMYK | 0 | 0.54 | 0.41 | 0.28 |
| HSL | 345º | 0.41% | 0.53% | - |
| HSV(B) | 345º | 0.54% | 0.72% | - |
| XYZ | 25.7 | 17.64 | 16.52 | - |
| YUV | 116.75 | 123.63 | 175.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 84 | 109 | 0 | 0.54 | 0.41 | 0.28 | 345 | 0.41 | 0.53 |
| Hex | B8 | 54 | 6D | 0 | 36 | 29 | 1C | 159 | 29 | 35 |
| Octal | 270 | 124 | 155 | 0 | 66 | 51 | 34 | 531 | 51 | 65 |
| Binary | 10111000 | 1010100 | 1101101 | 0 | 110110 | 101001 | 11100 | 101011001 | 101001 | 110101 |
Color Harmonies of #B8546D
Complementary color
Monochromatic Colors of #B8546D
Black with #B8546D
Text Example
Text Example
White with #B8546D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8546D; }
p { color: rgb(184,84,109); }
H1.HeaderClassName
{
color: #B8546D;
}
.AnyTagClassName
{
color: #B8546D;
}
</style>
background-color css
<style>
a { background-color: #B8546D; }
a { background-color: rgb(184,84,109); }
div.DivClassName
{
background-color: #B8546D;
}
.BgClassName
{
background-color: #B8546D;
}
</style>
border-color css
<style>
span { border-color: #B8546D; }
span { border-color: rgb(184,84,109); }
td.TdClassName
{
border-color: #B8546D;
}
.TagClassName
{
border-color: #B8546D;
}
</style>