Shades of Blush #BF5168
Tints of Blush #BF5168
RGB
CMYK
RGB Variations
Color information
#BF5168 (or 0xBF5168) is known color: Blush. HEX triplet: BF, 51 and 68. RGB value is (191,81,104). Sum of RGB (Red+Green+Blue) = 191+81+104=376 (49% of max value = 765). Red value is 191 (75% from 255 or 50.80% from 376); Green value is 81 (32.03% from 255 or 21.54% from 376); Blue value is 104 (41.02% from 255 or 27.66% from 376); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5168 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5168 is #40AE97. Grayscale: #747474. Windows color (decimal): -4239000 or 6836671. OLE color: 6836671.
HSL color Cylindrical-coordinate representation of color #BF5168: hue angle of 347.45º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BF5168 is Cyan = 0, Magento = 0.58, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 81 | 104 | - |
| CMYK | 0 | 0.58 | 0.46 | 0.25 |
| HSL | 347.45º | 0.46% | 0.53% | - |
| HSV(B) | 347.45º | 0.58% | 0.75% | - |
| XYZ | 26.93 | 17.96 | 15.14 | - |
| YUV | 116.51 | 120.94 | 181.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 81 | 104 | 0 | 0.58 | 0.46 | 0.25 | 347.45 | 0.46 | 0.53 |
| Hex | BF | 51 | 68 | 0 | 3A | 2E | 19 | 15B | 2E | 35 |
| Octal | 277 | 121 | 150 | 0 | 72 | 56 | 31 | 533 | 56 | 65 |
| Binary | 10111111 | 1010001 | 1101000 | 0 | 111010 | 101110 | 11001 | 101011011 | 101110 | 110101 |
Color Harmonies of #BF5168
Complementary color
Monochromatic Colors of #BF5168
Black with #BF5168
Text Example
Text Example
White with #BF5168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5168; }
p { color: rgb(191,81,104); }
H1.HeaderClassName
{
color: #BF5168;
}
.AnyTagClassName
{
color: #BF5168;
}
</style>
background-color css
<style>
a { background-color: #BF5168; }
a { background-color: rgb(191,81,104); }
div.DivClassName
{
background-color: #BF5168;
}
.BgClassName
{
background-color: #BF5168;
}
</style>
border-color css
<style>
span { border-color: #BF5168; }
span { border-color: rgb(191,81,104); }
td.TdClassName
{
border-color: #BF5168;
}
.TagClassName
{
border-color: #BF5168;
}
</style>