Shades of Blush #B8546B
Tints of Blush #B8546B
RGB
CMYK
RGB Variations
Color information
#B8546B (or 0xB8546B) is known color: Blush. HEX triplet: B8, 54 and 6B. RGB value is (184,84,107). Sum of RGB (Red+Green+Blue) = 184+84+107=375 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.07% from 375); Green value is 84 (33.20% from 255 or 22.4% from 375); Blue value is 107 (42.19% from 255 or 28.53% from 375); Max value from RGB is 184 - color contains mainly: red. Hex color #B8546B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8546B is #47AB94. Grayscale: #747474. Windows color (decimal): -4696981 or 7034040. OLE color: 7034040.
HSL color Cylindrical-coordinate representation of color #B8546B: hue angle of 346.2º 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 #B8546B is Cyan = 0, Magento = 0.54, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 84 | 107 | - |
| CMYK | 0 | 0.54 | 0.42 | 0.28 |
| HSL | 346.2º | 0.41% | 0.53% | - |
| HSV(B) | 346.2º | 0.54% | 0.72% | - |
| XYZ | 25.59 | 17.59 | 15.96 | - |
| YUV | 116.52 | 122.63 | 176.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 84 | 107 | 0 | 0.54 | 0.42 | 0.28 | 346.2 | 0.41 | 0.53 |
| Hex | B8 | 54 | 6B | 0 | 36 | 2A | 1C | 15A | 29 | 35 |
| Octal | 270 | 124 | 153 | 0 | 66 | 52 | 34 | 532 | 51 | 65 |
| Binary | 10111000 | 1010100 | 1101011 | 0 | 110110 | 101010 | 11100 | 101011010 | 101001 | 110101 |
Color Harmonies of #B8546B
Complementary color
Monochromatic Colors of #B8546B
Black with #B8546B
Text Example
Text Example
White with #B8546B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8546B; }
p { color: rgb(184,84,107); }
H1.HeaderClassName
{
color: #B8546B;
}
.AnyTagClassName
{
color: #B8546B;
}
</style>
background-color css
<style>
a { background-color: #B8546B; }
a { background-color: rgb(184,84,107); }
div.DivClassName
{
background-color: #B8546B;
}
.BgClassName
{
background-color: #B8546B;
}
</style>
border-color css
<style>
span { border-color: #B8546B; }
span { border-color: rgb(184,84,107); }
td.TdClassName
{
border-color: #B8546B;
}
.TagClassName
{
border-color: #B8546B;
}
</style>