Shades of Blush #BF4065
Tints of Blush #BF4065
RGB
CMYK
RGB Variations
Color information
#BF4065 (or 0xBF4065) is known color: Blush. HEX triplet: BF, 40 and 65. RGB value is (191,64,101). Sum of RGB (Red+Green+Blue) = 191+64+101=356 (47% of max value = 765). Red value is 191 (75% from 255 or 53.65% from 356); Green value is 64 (25.39% from 255 or 17.98% from 356); Blue value is 101 (39.84% from 255 or 28.37% from 356); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4065 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4065 is #40BF9A. Grayscale: #6A6A6A. Windows color (decimal): -4243355 or 6635711. OLE color: 6635711.
HSL color Cylindrical-coordinate representation of color #BF4065: hue angle of 342.52º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BF4065 is Cyan = 0, Magento = 0.66, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 64 | 101 | - |
| CMYK | 0 | 0.66 | 0.47 | 0.25 |
| HSL | 342.52º | 0.5% | 0.5% | - |
| HSV(B) | 342.52º | 0.66% | 0.75% | - |
| XYZ | 25.67 | 15.68 | 13.99 | - |
| YUV | 106.19 | 125.08 | 188.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 64 | 101 | 0 | 0.66 | 0.47 | 0.25 | 342.52 | 0.5 | 0.5 |
| Hex | BF | 40 | 65 | 0 | 42 | 2F | 19 | 157 | 32 | 32 |
| Octal | 277 | 100 | 145 | 0 | 102 | 57 | 31 | 527 | 62 | 62 |
| Binary | 10111111 | 1000000 | 1100101 | 0 | 1000010 | 101111 | 11001 | 101010111 | 110010 | 110010 |
Color Harmonies of #BF4065
Complementary color
Monochromatic Colors of #BF4065
Black with #BF4065
Text Example
Text Example
White with #BF4065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4065; }
p { color: rgb(191,64,101); }
H1.HeaderClassName
{
color: #BF4065;
}
.AnyTagClassName
{
color: #BF4065;
}
</style>
background-color css
<style>
a { background-color: #BF4065; }
a { background-color: rgb(191,64,101); }
div.DivClassName
{
background-color: #BF4065;
}
.BgClassName
{
background-color: #BF4065;
}
</style>
border-color css
<style>
span { border-color: #BF4065; }
span { border-color: rgb(191,64,101); }
td.TdClassName
{
border-color: #BF4065;
}
.TagClassName
{
border-color: #BF4065;
}
</style>