Shades of Blush #BF4766
Tints of Blush #BF4766
RGB
CMYK
RGB Variations
Color information
#BF4766 (or 0xBF4766) is known color: Blush. HEX triplet: BF, 47 and 66. RGB value is (191,71,102). Sum of RGB (Red+Green+Blue) = 191+71+102=364 (48% of max value = 765). Red value is 191 (75% from 255 or 52.47% from 364); Green value is 71 (28.12% from 255 or 19.51% from 364); Blue value is 102 (40.23% from 255 or 28.02% from 364); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4766 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4766 is #40B899. Grayscale: #6E6E6E. Windows color (decimal): -4241562 or 6703039. OLE color: 6703039.
HSL color Cylindrical-coordinate representation of color #BF4766: hue angle of 344.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BF4766 is Cyan = 0, Magento = 0.63, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 71 | 102 | - |
| CMYK | 0 | 0.63 | 0.47 | 0.25 |
| HSL | 344.5º | 0.48% | 0.51% | - |
| HSV(B) | 344.5º | 0.63% | 0.75% | - |
| XYZ | 26.14 | 16.54 | 14.39 | - |
| YUV | 110.41 | 123.26 | 185.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 71 | 102 | 0 | 0.63 | 0.47 | 0.25 | 344.5 | 0.48 | 0.51 |
| Hex | BF | 47 | 66 | 0 | 3F | 2F | 19 | 158 | 30 | 33 |
| Octal | 277 | 107 | 146 | 0 | 77 | 57 | 31 | 530 | 60 | 63 |
| Binary | 10111111 | 1000111 | 1100110 | 0 | 111111 | 101111 | 11001 | 101011000 | 110000 | 110011 |
Color Harmonies of #BF4766
Complementary color
Monochromatic Colors of #BF4766
Black with #BF4766
Text Example
Text Example
White with #BF4766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4766; }
p { color: rgb(191,71,102); }
H1.HeaderClassName
{
color: #BF4766;
}
.AnyTagClassName
{
color: #BF4766;
}
</style>
background-color css
<style>
a { background-color: #BF4766; }
a { background-color: rgb(191,71,102); }
div.DivClassName
{
background-color: #BF4766;
}
.BgClassName
{
background-color: #BF4766;
}
</style>
border-color css
<style>
span { border-color: #BF4766; }
span { border-color: rgb(191,71,102); }
td.TdClassName
{
border-color: #BF4766;
}
.TagClassName
{
border-color: #BF4766;
}
</style>