Shades of Blush #B14A63
Tints of Blush #B14A63
RGB
CMYK
RGB Variations
Color information
#B14A63 (or 0xB14A63) is known color: Blush. HEX triplet: B1, 4A and 63. RGB value is (177,74,99). Sum of RGB (Red+Green+Blue) = 177+74+99=350 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.57% from 350); Green value is 74 (29.30% from 255 or 21.14% from 350); Blue value is 99 (39.06% from 255 or 28.29% from 350); Max value from RGB is 177 - color contains mainly: red. Hex color #B14A63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14A63 is #4EB59C. Grayscale: #6B6B6B. Windows color (decimal): -5158301 or 6507185. OLE color: 6507185.
HSL color Cylindrical-coordinate representation of color #B14A63: hue angle of 345.44º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B14A63 is Cyan = 0, Magento = 0.58, Yellow = 0.44 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 74 | 99 | - |
| CMYK | 0 | 0.58 | 0.44 | 0.31 |
| HSL | 345.44º | 0.41% | 0.49% | - |
| HSV(B) | 345.44º | 0.58% | 0.69% | - |
| XYZ | 22.83 | 15.15 | 13.52 | - |
| YUV | 107.65 | 123.12 | 177.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 74 | 99 | 0 | 0.58 | 0.44 | 0.31 | 345.44 | 0.41 | 0.49 |
| Hex | B1 | 4A | 63 | 0 | 3A | 2C | 1F | 159 | 29 | 31 |
| Octal | 261 | 112 | 143 | 0 | 72 | 54 | 37 | 531 | 51 | 61 |
| Binary | 10110001 | 1001010 | 1100011 | 0 | 111010 | 101100 | 11111 | 101011001 | 101001 | 110001 |
Color Harmonies of #B14A63
Complementary color
Monochromatic Colors of #B14A63
Black with #B14A63
Text Example
Text Example
White with #B14A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14A63; }
p { color: rgb(177,74,99); }
H1.HeaderClassName
{
color: #B14A63;
}
.AnyTagClassName
{
color: #B14A63;
}
</style>
background-color css
<style>
a { background-color: #B14A63; }
a { background-color: rgb(177,74,99); }
div.DivClassName
{
background-color: #B14A63;
}
.BgClassName
{
background-color: #B14A63;
}
</style>
border-color css
<style>
span { border-color: #B14A63; }
span { border-color: rgb(177,74,99); }
td.TdClassName
{
border-color: #B14A63;
}
.TagClassName
{
border-color: #B14A63;
}
</style>