Shades of Blush #B14865
Tints of Blush #B14865
RGB
CMYK
RGB Variations
Color information
#B14865 (or 0xB14865) is known color: Blush. HEX triplet: B1, 48 and 65. RGB value is (177,72,101). Sum of RGB (Red+Green+Blue) = 177+72+101=350 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.57% from 350); Green value is 72 (28.52% from 255 or 20.57% from 350); Blue value is 101 (39.84% from 255 or 28.86% from 350); Max value from RGB is 177 - color contains mainly: red. Hex color #B14865 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14865 is #4EB79A. Grayscale: #6A6A6A. Windows color (decimal): -5158811 or 6637745. OLE color: 6637745.
HSL color Cylindrical-coordinate representation of color #B14865: hue angle of 343.43º 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 #B14865 is Cyan = 0, Magento = 0.59, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 72 | 101 | - |
| CMYK | 0 | 0.59 | 0.43 | 0.31 |
| HSL | 343.43º | 0.42% | 0.49% | - |
| HSV(B) | 343.43º | 0.59% | 0.69% | - |
| XYZ | 22.8 | 14.92 | 13.99 | - |
| YUV | 106.7 | 124.79 | 178.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 72 | 101 | 0 | 0.59 | 0.43 | 0.31 | 343.43 | 0.42 | 0.49 |
| Hex | B1 | 48 | 65 | 0 | 3B | 2B | 1F | 157 | 2A | 31 |
| Octal | 261 | 110 | 145 | 0 | 73 | 53 | 37 | 527 | 52 | 61 |
| Binary | 10110001 | 1001000 | 1100101 | 0 | 111011 | 101011 | 11111 | 101010111 | 101010 | 110001 |
Color Harmonies of #B14865
Complementary color
Monochromatic Colors of #B14865
Black with #B14865
Text Example
Text Example
White with #B14865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14865; }
p { color: rgb(177,72,101); }
H1.HeaderClassName
{
color: #B14865;
}
.AnyTagClassName
{
color: #B14865;
}
</style>
background-color css
<style>
a { background-color: #B14865; }
a { background-color: rgb(177,72,101); }
div.DivClassName
{
background-color: #B14865;
}
.BgClassName
{
background-color: #B14865;
}
</style>
border-color css
<style>
span { border-color: #B14865; }
span { border-color: rgb(177,72,101); }
td.TdClassName
{
border-color: #B14865;
}
.TagClassName
{
border-color: #B14865;
}
</style>