Shades of Blush #B1546B
Tints of Blush #B1546B
RGB
CMYK
RGB Variations
Color information
#B1546B (or 0xB1546B) is known color: Blush. HEX triplet: B1, 54 and 6B. RGB value is (177,84,107). Sum of RGB (Red+Green+Blue) = 177+84+107=368 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.10% from 368); Green value is 84 (33.20% from 255 or 22.83% from 368); Blue value is 107 (42.19% from 255 or 29.08% from 368); Max value from RGB is 177 - color contains mainly: red. Hex color #B1546B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1546B is #4EAB94. Grayscale: #727272. Windows color (decimal): -5155733 or 7034033. OLE color: 7034033.
HSL color Cylindrical-coordinate representation of color #B1546B: hue angle of 345.16º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B1546B is Cyan = 0, Magento = 0.53, Yellow = 0.40 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 84 | 107 | - |
| CMYK | 0 | 0.53 | 0.40 | 0.31 |
| HSL | 345.16º | 0.37% | 0.51% | - |
| HSV(B) | 345.16º | 0.53% | 0.69% | - |
| XYZ | 23.96 | 16.75 | 15.88 | - |
| YUV | 114.43 | 123.81 | 172.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 84 | 107 | 0 | 0.53 | 0.40 | 0.31 | 345.16 | 0.37 | 0.51 |
| Hex | B1 | 54 | 6B | 0 | 35 | 28 | 1F | 159 | 25 | 33 |
| Octal | 261 | 124 | 153 | 0 | 65 | 50 | 37 | 531 | 45 | 63 |
| Binary | 10110001 | 1010100 | 1101011 | 0 | 110101 | 101000 | 11111 | 101011001 | 100101 | 110011 |
Color Harmonies of #B1546B
Complementary color
Monochromatic Colors of #B1546B
Black with #B1546B
Text Example
Text Example
White with #B1546B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1546B; }
p { color: rgb(177,84,107); }
H1.HeaderClassName
{
color: #B1546B;
}
.AnyTagClassName
{
color: #B1546B;
}
</style>
background-color css
<style>
a { background-color: #B1546B; }
a { background-color: rgb(177,84,107); }
div.DivClassName
{
background-color: #B1546B;
}
.BgClassName
{
background-color: #B1546B;
}
</style>
border-color css
<style>
span { border-color: #B1546B; }
span { border-color: rgb(177,84,107); }
td.TdClassName
{
border-color: #B1546B;
}
.TagClassName
{
border-color: #B1546B;
}
</style>