Shades of Blush #BF5066
Tints of Blush #BF5066
RGB
CMYK
RGB Variations
Color information
#BF5066 (or 0xBF5066) is known color: Blush. HEX triplet: BF, 50 and 66. RGB value is (191,80,102). Sum of RGB (Red+Green+Blue) = 191+80+102=373 (49% of max value = 765). Red value is 191 (75% from 255 or 51.21% from 373); Green value is 80 (31.64% from 255 or 21.45% from 373); Blue value is 102 (40.23% from 255 or 27.35% from 373); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5066 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5066 is #40AF99. Grayscale: #737373. Windows color (decimal): -4239258 or 6705343. OLE color: 6705343.
HSL color Cylindrical-coordinate representation of color #BF5066: hue angle of 348.11º 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 #BF5066 is Cyan = 0, Magento = 0.58, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 80 | 102 | - |
| CMYK | 0 | 0.58 | 0.47 | 0.25 |
| HSL | 348.11º | 0.46% | 0.53% | - |
| HSV(B) | 348.11º | 0.58% | 0.75% | - |
| XYZ | 26.75 | 17.77 | 14.59 | - |
| YUV | 115.7 | 120.27 | 181.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 80 | 102 | 0 | 0.58 | 0.47 | 0.25 | 348.11 | 0.46 | 0.53 |
| Hex | BF | 50 | 66 | 0 | 3A | 2F | 19 | 15C | 2E | 35 |
| Octal | 277 | 120 | 146 | 0 | 72 | 57 | 31 | 534 | 56 | 65 |
| Binary | 10111111 | 1010000 | 1100110 | 0 | 111010 | 101111 | 11001 | 101011100 | 101110 | 110101 |
Color Harmonies of #BF5066
Complementary color
Monochromatic Colors of #BF5066
Black with #BF5066
Text Example
Text Example
White with #BF5066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5066; }
p { color: rgb(191,80,102); }
H1.HeaderClassName
{
color: #BF5066;
}
.AnyTagClassName
{
color: #BF5066;
}
</style>
background-color css
<style>
a { background-color: #BF5066; }
a { background-color: rgb(191,80,102); }
div.DivClassName
{
background-color: #BF5066;
}
.BgClassName
{
background-color: #BF5066;
}
</style>
border-color css
<style>
span { border-color: #BF5066; }
span { border-color: rgb(191,80,102); }
td.TdClassName
{
border-color: #BF5066;
}
.TagClassName
{
border-color: #BF5066;
}
</style>