Shades of Blush #BF4066
Tints of Blush #BF4066
RGB
CMYK
RGB Variations
Color information
#BF4066 (or 0xBF4066) is known color: Blush. HEX triplet: BF, 40 and 66. RGB value is (191,64,102). Sum of RGB (Red+Green+Blue) = 191+64+102=357 (47% of max value = 765). Red value is 191 (75% from 255 or 53.50% from 357); Green value is 64 (25.39% from 255 or 17.93% from 357); Blue value is 102 (40.23% from 255 or 28.57% from 357); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4066 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4066 is #40BF99. Grayscale: #6A6A6A. Windows color (decimal): -4243354 or 6701247. OLE color: 6701247.
HSL color Cylindrical-coordinate representation of color #BF4066: hue angle of 342.05º 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 #BF4066 is Cyan = 0, Magento = 0.66, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 64 | 102 | - |
| CMYK | 0 | 0.66 | 0.47 | 0.25 |
| HSL | 342.05º | 0.5% | 0.5% | - |
| HSV(B) | 342.05º | 0.66% | 0.75% | - |
| XYZ | 25.72 | 15.7 | 14.25 | - |
| YUV | 106.31 | 125.58 | 188.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 64 | 102 | 0 | 0.66 | 0.47 | 0.25 | 342.05 | 0.5 | 0.5 |
| Hex | BF | 40 | 66 | 0 | 42 | 2F | 19 | 156 | 32 | 32 |
| Octal | 277 | 100 | 146 | 0 | 102 | 57 | 31 | 526 | 62 | 62 |
| Binary | 10111111 | 1000000 | 1100110 | 0 | 1000010 | 101111 | 11001 | 101010110 | 110010 | 110010 |
Color Harmonies of #BF4066
Complementary color
Monochromatic Colors of #BF4066
Black with #BF4066
Text Example
Text Example
White with #BF4066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4066; }
p { color: rgb(191,64,102); }
H1.HeaderClassName
{
color: #BF4066;
}
.AnyTagClassName
{
color: #BF4066;
}
</style>
background-color css
<style>
a { background-color: #BF4066; }
a { background-color: rgb(191,64,102); }
div.DivClassName
{
background-color: #BF4066;
}
.BgClassName
{
background-color: #BF4066;
}
</style>
border-color css
<style>
span { border-color: #BF4066; }
span { border-color: rgb(191,64,102); }
td.TdClassName
{
border-color: #BF4066;
}
.TagClassName
{
border-color: #BF4066;
}
</style>