Shades of Blush #BF5266
Tints of Blush #BF5266
RGB
CMYK
RGB Variations
Color information
#BF5266 (or 0xBF5266) is known color: Blush. HEX triplet: BF, 52 and 66. RGB value is (191,82,102). Sum of RGB (Red+Green+Blue) = 191+82+102=375 (49% of max value = 765). Red value is 191 (75% from 255 or 50.93% from 375); Green value is 82 (32.42% from 255 or 21.87% from 375); Blue value is 102 (40.23% from 255 or 27.2% from 375); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5266 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5266 is #40AD99. Grayscale: #747474. Windows color (decimal): -4238746 or 6705855. OLE color: 6705855.
HSL color Cylindrical-coordinate representation of color #BF5266: hue angle of 348.99º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BF5266 is Cyan = 0, Magento = 0.57, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 82 | 102 | - |
| CMYK | 0 | 0.57 | 0.47 | 0.25 |
| HSL | 348.99º | 0.46% | 0.54% | - |
| HSV(B) | 348.99º | 0.57% | 0.75% | - |
| XYZ | 26.9 | 18.07 | 14.64 | - |
| YUV | 116.87 | 119.61 | 180.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 82 | 102 | 0 | 0.57 | 0.47 | 0.25 | 348.99 | 0.46 | 0.54 |
| Hex | BF | 52 | 66 | 0 | 39 | 2F | 19 | 15D | 2E | 36 |
| Octal | 277 | 122 | 146 | 0 | 71 | 57 | 31 | 535 | 56 | 66 |
| Binary | 10111111 | 1010010 | 1100110 | 0 | 111001 | 101111 | 11001 | 101011101 | 101110 | 110110 |
Color Harmonies of #BF5266
Complementary color
Monochromatic Colors of #BF5266
Black with #BF5266
Text Example
Text Example
White with #BF5266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5266; }
p { color: rgb(191,82,102); }
H1.HeaderClassName
{
color: #BF5266;
}
.AnyTagClassName
{
color: #BF5266;
}
</style>
background-color css
<style>
a { background-color: #BF5266; }
a { background-color: rgb(191,82,102); }
div.DivClassName
{
background-color: #BF5266;
}
.BgClassName
{
background-color: #BF5266;
}
</style>
border-color css
<style>
span { border-color: #BF5266; }
span { border-color: rgb(191,82,102); }
td.TdClassName
{
border-color: #BF5266;
}
.TagClassName
{
border-color: #BF5266;
}
</style>