Shades of Blush #B14E6C
Tints of Blush #B14E6C
RGB
CMYK
RGB Variations
Color information
#B14E6C (or 0xB14E6C) is known color: Blush. HEX triplet: B1, 4E and 6C. RGB value is (177,78,108). Sum of RGB (Red+Green+Blue) = 177+78+108=363 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.76% from 363); Green value is 78 (30.86% from 255 or 21.49% from 363); Blue value is 108 (42.58% from 255 or 29.75% from 363); Max value from RGB is 177 - color contains mainly: red. Hex color #B14E6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B14E6C is #4EB193. Grayscale: #6F6F6F. Windows color (decimal): -5157268 or 7098033. OLE color: 7098033.
HSL color Cylindrical-coordinate representation of color #B14E6C: hue angle of 341.82º 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 #B14E6C is Cyan = 0, Magento = 0.56, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 78 | 108 | - |
| CMYK | 0 | 0.56 | 0.39 | 0.31 |
| HSL | 341.82º | 0.39% | 0.5% | - |
| HSV(B) | 341.82º | 0.56% | 0.69% | - |
| XYZ | 23.56 | 15.88 | 16.01 | - |
| YUV | 111.02 | 126.3 | 175.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 78 | 108 | 0 | 0.56 | 0.39 | 0.31 | 341.82 | 0.39 | 0.5 |
| Hex | B1 | 4E | 6C | 0 | 38 | 27 | 1F | 156 | 27 | 32 |
| Octal | 261 | 116 | 154 | 0 | 70 | 47 | 37 | 526 | 47 | 62 |
| Binary | 10110001 | 1001110 | 1101100 | 0 | 111000 | 100111 | 11111 | 101010110 | 100111 | 110010 |
Color Harmonies of #B14E6C
Complementary color
Monochromatic Colors of #B14E6C
Black with #B14E6C
Text Example
Text Example
White with #B14E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14E6C; }
p { color: rgb(177,78,108); }
H1.HeaderClassName
{
color: #B14E6C;
}
.AnyTagClassName
{
color: #B14E6C;
}
</style>
background-color css
<style>
a { background-color: #B14E6C; }
a { background-color: rgb(177,78,108); }
div.DivClassName
{
background-color: #B14E6C;
}
.BgClassName
{
background-color: #B14E6C;
}
</style>
border-color css
<style>
span { border-color: #B14E6C; }
span { border-color: rgb(177,78,108); }
td.TdClassName
{
border-color: #B14E6C;
}
.TagClassName
{
border-color: #B14E6C;
}
</style>