Shades of Blush #B14966
Tints of Blush #B14966
RGB
CMYK
RGB Variations
Color information
#B14966 (or 0xB14966) is known color: Blush. HEX triplet: B1, 49 and 66. RGB value is (177,73,102). Sum of RGB (Red+Green+Blue) = 177+73+102=352 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.28% from 352); Green value is 73 (28.91% from 255 or 20.74% from 352); Blue value is 102 (40.23% from 255 or 28.98% from 352); Max value from RGB is 177 - color contains mainly: red. Hex color #B14966 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14966 is #4EB699. Grayscale: #6B6B6B. Windows color (decimal): -5158554 or 6703537. OLE color: 6703537.
HSL color Cylindrical-coordinate representation of color #B14966: hue angle of 343.27º 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 #B14966 is Cyan = 0, Magento = 0.59, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 73 | 102 | - |
| CMYK | 0 | 0.59 | 0.42 | 0.31 |
| HSL | 343.27º | 0.42% | 0.49% | - |
| HSV(B) | 343.27º | 0.59% | 0.69% | - |
| XYZ | 22.91 | 15.07 | 14.27 | - |
| YUV | 107.4 | 124.96 | 177.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 73 | 102 | 0 | 0.59 | 0.42 | 0.31 | 343.27 | 0.42 | 0.49 |
| Hex | B1 | 49 | 66 | 0 | 3B | 2A | 1F | 157 | 2A | 31 |
| Octal | 261 | 111 | 146 | 0 | 73 | 52 | 37 | 527 | 52 | 61 |
| Binary | 10110001 | 1001001 | 1100110 | 0 | 111011 | 101010 | 11111 | 101010111 | 101010 | 110001 |
Color Harmonies of #B14966
Complementary color
Monochromatic Colors of #B14966
Black with #B14966
Text Example
Text Example
White with #B14966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14966; }
p { color: rgb(177,73,102); }
H1.HeaderClassName
{
color: #B14966;
}
.AnyTagClassName
{
color: #B14966;
}
</style>
background-color css
<style>
a { background-color: #B14966; }
a { background-color: rgb(177,73,102); }
div.DivClassName
{
background-color: #B14966;
}
.BgClassName
{
background-color: #B14966;
}
</style>
border-color css
<style>
span { border-color: #B14966; }
span { border-color: rgb(177,73,102); }
td.TdClassName
{
border-color: #B14966;
}
.TagClassName
{
border-color: #B14966;
}
</style>