Shades of Blush #B14863
Tints of Blush #B14863
RGB
CMYK
RGB Variations
Color information
#B14863 (or 0xB14863) is known color: Blush. HEX triplet: B1, 48 and 63. RGB value is (177,72,99). Sum of RGB (Red+Green+Blue) = 177+72+99=348 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.86% from 348); Green value is 72 (28.52% from 255 or 20.69% from 348); Blue value is 99 (39.06% from 255 or 28.45% from 348); Max value from RGB is 177 - color contains mainly: red. Hex color #B14863 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14863 is #4EB79C. Grayscale: #6A6A6A. Windows color (decimal): -5158813 or 6506673. OLE color: 6506673.
HSL color Cylindrical-coordinate representation of color #B14863: hue angle of 344.57º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B14863 is Cyan = 0, Magento = 0.59, Yellow = 0.44 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 72 | 99 | - |
| CMYK | 0 | 0.59 | 0.44 | 0.31 |
| HSL | 344.57º | 0.42% | 0.49% | - |
| HSV(B) | 344.57º | 0.59% | 0.69% | - |
| XYZ | 22.7 | 14.88 | 13.48 | - |
| YUV | 106.47 | 123.79 | 178.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 72 | 99 | 0 | 0.59 | 0.44 | 0.31 | 344.57 | 0.42 | 0.49 |
| Hex | B1 | 48 | 63 | 0 | 3B | 2C | 1F | 159 | 2A | 31 |
| Octal | 261 | 110 | 143 | 0 | 73 | 54 | 37 | 531 | 52 | 61 |
| Binary | 10110001 | 1001000 | 1100011 | 0 | 111011 | 101100 | 11111 | 101011001 | 101010 | 110001 |
Color Harmonies of #B14863
Complementary color
Monochromatic Colors of #B14863
Black with #B14863
Text Example
Text Example
White with #B14863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14863; }
p { color: rgb(177,72,99); }
H1.HeaderClassName
{
color: #B14863;
}
.AnyTagClassName
{
color: #B14863;
}
</style>
background-color css
<style>
a { background-color: #B14863; }
a { background-color: rgb(177,72,99); }
div.DivClassName
{
background-color: #B14863;
}
.BgClassName
{
background-color: #B14863;
}
</style>
border-color css
<style>
span { border-color: #B14863; }
span { border-color: rgb(177,72,99); }
td.TdClassName
{
border-color: #B14863;
}
.TagClassName
{
border-color: #B14863;
}
</style>