Shades of Blush #B0546C
Tints of Blush #B0546C
RGB
CMYK
RGB Variations
Color information
#B0546C (or 0xB0546C) is known color: Blush. HEX triplet: B0, 54 and 6C. RGB value is (176,84,108). Sum of RGB (Red+Green+Blue) = 176+84+108=368 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.83% from 368); Green value is 84 (33.20% from 255 or 22.83% from 368); Blue value is 108 (42.58% from 255 or 29.35% from 368); Max value from RGB is 176 - color contains mainly: red. Hex color #B0546C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0546C is #4FAB93. Grayscale: #727272. Windows color (decimal): -5221268 or 7099568. OLE color: 7099568.
HSL color Cylindrical-coordinate representation of color #B0546C: hue angle of 344.35º 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 #B0546C is Cyan = 0, Magento = 0.52, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 84 | 108 | - |
| CMYK | 0 | 0.52 | 0.39 | 0.31 |
| HSL | 344.35º | 0.37% | 0.51% | - |
| HSV(B) | 344.35º | 0.52% | 0.69% | - |
| XYZ | 23.78 | 16.65 | 16.15 | - |
| YUV | 114.24 | 124.48 | 172.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 84 | 108 | 0 | 0.52 | 0.39 | 0.31 | 344.35 | 0.37 | 0.51 |
| Hex | B0 | 54 | 6C | 0 | 34 | 27 | 1F | 158 | 25 | 33 |
| Octal | 260 | 124 | 154 | 0 | 64 | 47 | 37 | 530 | 45 | 63 |
| Binary | 10110000 | 1010100 | 1101100 | 0 | 110100 | 100111 | 11111 | 101011000 | 100101 | 110011 |
Color Harmonies of #B0546C
Complementary color
Monochromatic Colors of #B0546C
Black with #B0546C
Text Example
Text Example
White with #B0546C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0546C; }
p { color: rgb(176,84,108); }
H1.HeaderClassName
{
color: #B0546C;
}
.AnyTagClassName
{
color: #B0546C;
}
</style>
background-color css
<style>
a { background-color: #B0546C; }
a { background-color: rgb(176,84,108); }
div.DivClassName
{
background-color: #B0546C;
}
.BgClassName
{
background-color: #B0546C;
}
</style>
border-color css
<style>
span { border-color: #B0546C; }
span { border-color: rgb(176,84,108); }
td.TdClassName
{
border-color: #B0546C;
}
.TagClassName
{
border-color: #B0546C;
}
</style>