Shades of Blush #B14C6B
Tints of Blush #B14C6B
RGB
CMYK
RGB Variations
Color information
#B14C6B (or 0xB14C6B) is known color: Blush. HEX triplet: B1, 4C and 6B. RGB value is (177,76,107). Sum of RGB (Red+Green+Blue) = 177+76+107=360 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.17% from 360); Green value is 76 (30.08% from 255 or 21.11% from 360); Blue value is 107 (42.19% from 255 or 29.72% from 360); Max value from RGB is 177 - color contains mainly: red. Hex color #B14C6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14C6B is #4EB394. Grayscale: #6D6D6D. Windows color (decimal): -5157781 or 7031985. OLE color: 7031985.
HSL color Cylindrical-coordinate representation of color #B14C6B: hue angle of 341.58º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B14C6B is Cyan = 0, Magento = 0.57, Yellow = 0.40 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 76 | 107 | - |
| CMYK | 0 | 0.57 | 0.40 | 0.31 |
| HSL | 341.58º | 0.4% | 0.5% | - |
| HSV(B) | 341.58º | 0.57% | 0.69% | - |
| XYZ | 23.37 | 15.58 | 15.68 | - |
| YUV | 109.73 | 126.46 | 175.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 76 | 107 | 0 | 0.57 | 0.40 | 0.31 | 341.58 | 0.4 | 0.5 |
| Hex | B1 | 4C | 6B | 0 | 39 | 28 | 1F | 156 | 28 | 32 |
| Octal | 261 | 114 | 153 | 0 | 71 | 50 | 37 | 526 | 50 | 62 |
| Binary | 10110001 | 1001100 | 1101011 | 0 | 111001 | 101000 | 11111 | 101010110 | 101000 | 110010 |
Color Harmonies of #B14C6B
Complementary color
Monochromatic Colors of #B14C6B
Black with #B14C6B
Text Example
Text Example
White with #B14C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14C6B; }
p { color: rgb(177,76,107); }
H1.HeaderClassName
{
color: #B14C6B;
}
.AnyTagClassName
{
color: #B14C6B;
}
</style>
background-color css
<style>
a { background-color: #B14C6B; }
a { background-color: rgb(177,76,107); }
div.DivClassName
{
background-color: #B14C6B;
}
.BgClassName
{
background-color: #B14C6B;
}
</style>
border-color css
<style>
span { border-color: #B14C6B; }
span { border-color: rgb(177,76,107); }
td.TdClassName
{
border-color: #B14C6B;
}
.TagClassName
{
border-color: #B14C6B;
}
</style>