Shades of Blush #B14D67
Tints of Blush #B14D67
RGB
CMYK
RGB Variations
Color information
#B14D67 (or 0xB14D67) is known color: Blush. HEX triplet: B1, 4D and 67. RGB value is (177,77,103). Sum of RGB (Red+Green+Blue) = 177+77+103=357 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.58% from 357); Green value is 77 (30.47% from 255 or 21.57% from 357); Blue value is 103 (40.62% from 255 or 28.85% from 357); Max value from RGB is 177 - color contains mainly: red. Hex color #B14D67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B14D67 is #4EB298. Grayscale: #6D6D6D. Windows color (decimal): -5157529 or 6770097. OLE color: 6770097.
HSL color Cylindrical-coordinate representation of color #B14D67: hue angle of 344.4º 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 #B14D67 is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 77 | 103 | - |
| CMYK | 0 | 0.56 | 0.42 | 0.31 |
| HSL | 344.4º | 0.39% | 0.5% | - |
| HSV(B) | 344.4º | 0.56% | 0.69% | - |
| XYZ | 23.23 | 15.63 | 14.63 | - |
| YUV | 109.86 | 124.13 | 175.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 77 | 103 | 0 | 0.56 | 0.42 | 0.31 | 344.4 | 0.39 | 0.5 |
| Hex | B1 | 4D | 67 | 0 | 38 | 2A | 1F | 158 | 27 | 32 |
| Octal | 261 | 115 | 147 | 0 | 70 | 52 | 37 | 530 | 47 | 62 |
| Binary | 10110001 | 1001101 | 1100111 | 0 | 111000 | 101010 | 11111 | 101011000 | 100111 | 110010 |
Color Harmonies of #B14D67
Complementary color
Monochromatic Colors of #B14D67
Black with #B14D67
Text Example
Text Example
White with #B14D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14D67; }
p { color: rgb(177,77,103); }
H1.HeaderClassName
{
color: #B14D67;
}
.AnyTagClassName
{
color: #B14D67;
}
</style>
background-color css
<style>
a { background-color: #B14D67; }
a { background-color: rgb(177,77,103); }
div.DivClassName
{
background-color: #B14D67;
}
.BgClassName
{
background-color: #B14D67;
}
</style>
border-color css
<style>
span { border-color: #B14D67; }
span { border-color: rgb(177,77,103); }
td.TdClassName
{
border-color: #B14D67;
}
.TagClassName
{
border-color: #B14D67;
}
</style>