Shades of Blush #BF4665
Tints of Blush #BF4665
RGB
CMYK
RGB Variations
Color information
#BF4665 (or 0xBF4665) is known color: Blush. HEX triplet: BF, 46 and 65. RGB value is (191,70,101). Sum of RGB (Red+Green+Blue) = 191+70+101=362 (47% of max value = 765). Red value is 191 (75% from 255 or 52.76% from 362); Green value is 70 (27.73% from 255 or 19.34% from 362); Blue value is 101 (39.84% from 255 or 27.90% from 362); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4665 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4665 is #40B99A. Grayscale: #6D6D6D. Windows color (decimal): -4241819 or 6637247. OLE color: 6637247.
HSL color Cylindrical-coordinate representation of color #BF4665: hue angle of 344.63º degrees, saturation: 0.49, 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 #BF4665 is Cyan = 0, Magento = 0.63, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 70 | 101 | - |
| CMYK | 0 | 0.63 | 0.47 | 0.25 |
| HSL | 344.63º | 0.49% | 0.51% | - |
| HSV(B) | 344.63º | 0.63% | 0.75% | - |
| XYZ | 26.02 | 16.4 | 14.11 | - |
| YUV | 109.71 | 123.09 | 185.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 70 | 101 | 0 | 0.63 | 0.47 | 0.25 | 344.63 | 0.49 | 0.51 |
| Hex | BF | 46 | 65 | 0 | 3F | 2F | 19 | 159 | 31 | 33 |
| Octal | 277 | 106 | 145 | 0 | 77 | 57 | 31 | 531 | 61 | 63 |
| Binary | 10111111 | 1000110 | 1100101 | 0 | 111111 | 101111 | 11001 | 101011001 | 110001 | 110011 |
Color Harmonies of #BF4665
Complementary color
Monochromatic Colors of #BF4665
Black with #BF4665
Text Example
Text Example
White with #BF4665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4665; }
p { color: rgb(191,70,101); }
H1.HeaderClassName
{
color: #BF4665;
}
.AnyTagClassName
{
color: #BF4665;
}
</style>
background-color css
<style>
a { background-color: #BF4665; }
a { background-color: rgb(191,70,101); }
div.DivClassName
{
background-color: #BF4665;
}
.BgClassName
{
background-color: #BF4665;
}
</style>
border-color css
<style>
span { border-color: #BF4665; }
span { border-color: rgb(191,70,101); }
td.TdClassName
{
border-color: #BF4665;
}
.TagClassName
{
border-color: #BF4665;
}
</style>