Shades of Blush #BF4C66
Tints of Blush #BF4C66
RGB
CMYK
RGB Variations
Color information
#BF4C66 (or 0xBF4C66) is known color: Blush. HEX triplet: BF, 4C and 66. RGB value is (191,76,102). Sum of RGB (Red+Green+Blue) = 191+76+102=369 (48% of max value = 765). Red value is 191 (75% from 255 or 51.76% from 369); Green value is 76 (30.08% from 255 or 20.60% from 369); Blue value is 102 (40.23% from 255 or 27.64% from 369); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4C66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4C66 is #40B399. Grayscale: #717171. Windows color (decimal): -4240282 or 6704319. OLE color: 6704319.
HSL color Cylindrical-coordinate representation of color #BF4C66: hue angle of 346.43º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BF4C66 is Cyan = 0, Magento = 0.60, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 76 | 102 | - |
| CMYK | 0 | 0.60 | 0.47 | 0.25 |
| HSL | 346.43º | 0.47% | 0.52% | - |
| HSV(B) | 346.43º | 0.6% | 0.75% | - |
| XYZ | 26.47 | 17.2 | 14.5 | - |
| YUV | 113.35 | 121.6 | 183.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 76 | 102 | 0 | 0.60 | 0.47 | 0.25 | 346.43 | 0.47 | 0.52 |
| Hex | BF | 4C | 66 | 0 | 3C | 2F | 19 | 15A | 2F | 34 |
| Octal | 277 | 114 | 146 | 0 | 74 | 57 | 31 | 532 | 57 | 64 |
| Binary | 10111111 | 1001100 | 1100110 | 0 | 111100 | 101111 | 11001 | 101011010 | 101111 | 110100 |
Color Harmonies of #BF4C66
Complementary color
Monochromatic Colors of #BF4C66
Black with #BF4C66
Text Example
Text Example
White with #BF4C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4C66; }
p { color: rgb(191,76,102); }
H1.HeaderClassName
{
color: #BF4C66;
}
.AnyTagClassName
{
color: #BF4C66;
}
</style>
background-color css
<style>
a { background-color: #BF4C66; }
a { background-color: rgb(191,76,102); }
div.DivClassName
{
background-color: #BF4C66;
}
.BgClassName
{
background-color: #BF4C66;
}
</style>
border-color css
<style>
span { border-color: #BF4C66; }
span { border-color: rgb(191,76,102); }
td.TdClassName
{
border-color: #BF4C66;
}
.TagClassName
{
border-color: #BF4C66;
}
</style>