Shades of Blush #B14D63
Tints of Blush #B14D63
RGB
CMYK
RGB Variations
Color information
#B14D63 (or 0xB14D63) is known color: Blush. HEX triplet: B1, 4D and 63. RGB value is (177,77,99). Sum of RGB (Red+Green+Blue) = 177+77+99=353 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.14% from 353); Green value is 77 (30.47% from 255 or 21.81% from 353); Blue value is 99 (39.06% from 255 or 28.05% from 353); Max value from RGB is 177 - color contains mainly: red. Hex color #B14D63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B14D63 is #4EB29C. Grayscale: #6D6D6D. Windows color (decimal): -5157533 or 6507953. OLE color: 6507953.
HSL color Cylindrical-coordinate representation of color #B14D63: hue angle of 346.8º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B14D63 is Cyan = 0, Magento = 0.56, Yellow = 0.44 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 77 | 99 | - |
| CMYK | 0 | 0.56 | 0.44 | 0.31 |
| HSL | 346.8º | 0.39% | 0.5% | - |
| HSV(B) | 346.8º | 0.56% | 0.69% | - |
| XYZ | 23.04 | 15.56 | 13.59 | - |
| YUV | 109.41 | 122.13 | 176.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 77 | 99 | 0 | 0.56 | 0.44 | 0.31 | 346.8 | 0.39 | 0.5 |
| Hex | B1 | 4D | 63 | 0 | 38 | 2C | 1F | 15B | 27 | 32 |
| Octal | 261 | 115 | 143 | 0 | 70 | 54 | 37 | 533 | 47 | 62 |
| Binary | 10110001 | 1001101 | 1100011 | 0 | 111000 | 101100 | 11111 | 101011011 | 100111 | 110010 |
Color Harmonies of #B14D63
Complementary color
Monochromatic Colors of #B14D63
Black with #B14D63
Text Example
Text Example
White with #B14D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14D63; }
p { color: rgb(177,77,99); }
H1.HeaderClassName
{
color: #B14D63;
}
.AnyTagClassName
{
color: #B14D63;
}
</style>
background-color css
<style>
a { background-color: #B14D63; }
a { background-color: rgb(177,77,99); }
div.DivClassName
{
background-color: #B14D63;
}
.BgClassName
{
background-color: #B14D63;
}
</style>
border-color css
<style>
span { border-color: #B14D63; }
span { border-color: rgb(177,77,99); }
td.TdClassName
{
border-color: #B14D63;
}
.TagClassName
{
border-color: #B14D63;
}
</style>