Shades of Blush #B0546B
Tints of Blush #B0546B
RGB
CMYK
RGB Variations
Color information
#B0546B (or 0xB0546B) is known color: Blush. HEX triplet: B0, 54 and 6B. RGB value is (176,84,107). Sum of RGB (Red+Green+Blue) = 176+84+107=367 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.96% from 367); Green value is 84 (33.20% from 255 or 22.89% from 367); Blue value is 107 (42.19% from 255 or 29.16% from 367); Max value from RGB is 176 - color contains mainly: red. Hex color #B0546B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0546B is #4FAB94. Grayscale: #727272. Windows color (decimal): -5221269 or 7034032. OLE color: 7034032.
HSL color Cylindrical-coordinate representation of color #B0546B: hue angle of 345º 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 #B0546B is Cyan = 0, Magento = 0.52, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 84 | 107 | - |
| CMYK | 0 | 0.52 | 0.39 | 0.31 |
| HSL | 345º | 0.37% | 0.51% | - |
| HSV(B) | 345º | 0.52% | 0.69% | - |
| XYZ | 23.73 | 16.63 | 15.87 | - |
| YUV | 114.13 | 123.98 | 172.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 84 | 107 | 0 | 0.52 | 0.39 | 0.31 | 345 | 0.37 | 0.51 |
| Hex | B0 | 54 | 6B | 0 | 34 | 27 | 1F | 159 | 25 | 33 |
| Octal | 260 | 124 | 153 | 0 | 64 | 47 | 37 | 531 | 45 | 63 |
| Binary | 10110000 | 1010100 | 1101011 | 0 | 110100 | 100111 | 11111 | 101011001 | 100101 | 110011 |
Color Harmonies of #B0546B
Complementary color
Monochromatic Colors of #B0546B
Black with #B0546B
Text Example
Text Example
White with #B0546B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0546B; }
p { color: rgb(176,84,107); }
H1.HeaderClassName
{
color: #B0546B;
}
.AnyTagClassName
{
color: #B0546B;
}
</style>
background-color css
<style>
a { background-color: #B0546B; }
a { background-color: rgb(176,84,107); }
div.DivClassName
{
background-color: #B0546B;
}
.BgClassName
{
background-color: #B0546B;
}
</style>
border-color css
<style>
span { border-color: #B0546B; }
span { border-color: rgb(176,84,107); }
td.TdClassName
{
border-color: #B0546B;
}
.TagClassName
{
border-color: #B0546B;
}
</style>