Shades of Blush #BF4466
Tints of Blush #BF4466
RGB
CMYK
RGB Variations
Color information
#BF4466 (or 0xBF4466) is known color: Blush. HEX triplet: BF, 44 and 66. RGB value is (191,68,102). Sum of RGB (Red+Green+Blue) = 191+68+102=361 (47% of max value = 765). Red value is 191 (75% from 255 or 52.91% from 361); Green value is 68 (26.95% from 255 or 18.84% from 361); Blue value is 102 (40.23% from 255 or 28.25% from 361); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4466 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4466 is #40BB99. Grayscale: #6C6C6C. Windows color (decimal): -4242330 or 6702271. OLE color: 6702271.
HSL color Cylindrical-coordinate representation of color #BF4466: hue angle of 343.41º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BF4466 is Cyan = 0, Magento = 0.64, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 68 | 102 | - |
| CMYK | 0 | 0.64 | 0.47 | 0.25 |
| HSL | 343.41º | 0.49% | 0.51% | - |
| HSV(B) | 343.41º | 0.64% | 0.75% | - |
| XYZ | 25.95 | 16.17 | 14.32 | - |
| YUV | 108.65 | 124.25 | 186.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 68 | 102 | 0 | 0.64 | 0.47 | 0.25 | 343.41 | 0.49 | 0.51 |
| Hex | BF | 44 | 66 | 0 | 40 | 2F | 19 | 157 | 31 | 33 |
| Octal | 277 | 104 | 146 | 0 | 100 | 57 | 31 | 527 | 61 | 63 |
| Binary | 10111111 | 1000100 | 1100110 | 0 | 1000000 | 101111 | 11001 | 101010111 | 110001 | 110011 |
Color Harmonies of #BF4466
Complementary color
Monochromatic Colors of #BF4466
Black with #BF4466
Text Example
Text Example
White with #BF4466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4466; }
p { color: rgb(191,68,102); }
H1.HeaderClassName
{
color: #BF4466;
}
.AnyTagClassName
{
color: #BF4466;
}
</style>
background-color css
<style>
a { background-color: #BF4466; }
a { background-color: rgb(191,68,102); }
div.DivClassName
{
background-color: #BF4466;
}
.BgClassName
{
background-color: #BF4466;
}
</style>
border-color css
<style>
span { border-color: #BF4466; }
span { border-color: rgb(191,68,102); }
td.TdClassName
{
border-color: #BF4466;
}
.TagClassName
{
border-color: #BF4466;
}
</style>