Shades of Blush #B0546F
Tints of Blush #B0546F
RGB
CMYK
RGB Variations
Color information
#B0546F (or 0xB0546F) is known color: Blush. HEX triplet: B0, 54 and 6F. RGB value is (176,84,111). Sum of RGB (Red+Green+Blue) = 176+84+111=371 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.44% from 371); Green value is 84 (33.20% from 255 or 22.64% from 371); Blue value is 111 (43.75% from 255 or 29.92% from 371); Max value from RGB is 176 - color contains mainly: red. Hex color #B0546F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0546F is #4FAB90. Grayscale: #727272. Windows color (decimal): -5221265 or 7296176. OLE color: 7296176.
HSL color Cylindrical-coordinate representation of color #B0546F: hue angle of 342.39º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B0546F is Cyan = 0, Magento = 0.52, Yellow = 0.37 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 84 | 111 | - |
| CMYK | 0 | 0.52 | 0.37 | 0.31 |
| HSL | 342.39º | 0.37% | 0.51% | - |
| HSV(B) | 342.39º | 0.52% | 0.69% | - |
| XYZ | 23.94 | 16.72 | 17 | - |
| YUV | 114.59 | 125.98 | 171.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 84 | 111 | 0 | 0.52 | 0.37 | 0.31 | 342.39 | 0.37 | 0.51 |
| Hex | B0 | 54 | 6F | 0 | 34 | 25 | 1F | 156 | 25 | 33 |
| Octal | 260 | 124 | 157 | 0 | 64 | 45 | 37 | 526 | 45 | 63 |
| Binary | 10110000 | 1010100 | 1101111 | 0 | 110100 | 100101 | 11111 | 101010110 | 100101 | 110011 |
Color Harmonies of #B0546F
Complementary color
Monochromatic Colors of #B0546F
Black with #B0546F
Text Example
Text Example
White with #B0546F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0546F; }
p { color: rgb(176,84,111); }
H1.HeaderClassName
{
color: #B0546F;
}
.AnyTagClassName
{
color: #B0546F;
}
</style>
background-color css
<style>
a { background-color: #B0546F; }
a { background-color: rgb(176,84,111); }
div.DivClassName
{
background-color: #B0546F;
}
.BgClassName
{
background-color: #B0546F;
}
</style>
border-color css
<style>
span { border-color: #B0546F; }
span { border-color: rgb(176,84,111); }
td.TdClassName
{
border-color: #B0546F;
}
.TagClassName
{
border-color: #B0546F;
}
</style>