Shades of Blush #BF5465
Tints of Blush #BF5465
RGB
CMYK
RGB Variations
Color information
#BF5465 (or 0xBF5465) is known color: Blush. HEX triplet: BF, 54 and 65. RGB value is (191,84,101). Sum of RGB (Red+Green+Blue) = 191+84+101=376 (49% of max value = 765). Red value is 191 (75% from 255 or 50.80% from 376); Green value is 84 (33.20% from 255 or 22.34% from 376); Blue value is 101 (39.84% from 255 or 26.86% from 376); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5465 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5465 is #40AB9A. Grayscale: #757575. Windows color (decimal): -4238235 or 6640831. OLE color: 6640831.
HSL color Cylindrical-coordinate representation of color #BF5465: hue angle of 350.47º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BF5465 is Cyan = 0, Magento = 0.56, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 84 | 101 | - |
| CMYK | 0 | 0.56 | 0.47 | 0.25 |
| HSL | 350.47º | 0.46% | 0.54% | - |
| HSV(B) | 350.47º | 0.56% | 0.75% | - |
| XYZ | 27.01 | 18.36 | 14.43 | - |
| YUV | 117.93 | 118.45 | 180.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 84 | 101 | 0 | 0.56 | 0.47 | 0.25 | 350.47 | 0.46 | 0.54 |
| Hex | BF | 54 | 65 | 0 | 38 | 2F | 19 | 15E | 2E | 36 |
| Octal | 277 | 124 | 145 | 0 | 70 | 57 | 31 | 536 | 56 | 66 |
| Binary | 10111111 | 1010100 | 1100101 | 0 | 111000 | 101111 | 11001 | 101011110 | 101110 | 110110 |
Color Harmonies of #BF5465
Complementary color
Monochromatic Colors of #BF5465
Black with #BF5465
Text Example
Text Example
White with #BF5465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5465; }
p { color: rgb(191,84,101); }
H1.HeaderClassName
{
color: #BF5465;
}
.AnyTagClassName
{
color: #BF5465;
}
</style>
background-color css
<style>
a { background-color: #BF5465; }
a { background-color: rgb(191,84,101); }
div.DivClassName
{
background-color: #BF5465;
}
.BgClassName
{
background-color: #BF5465;
}
</style>
border-color css
<style>
span { border-color: #BF5465; }
span { border-color: rgb(191,84,101); }
td.TdClassName
{
border-color: #BF5465;
}
.TagClassName
{
border-color: #BF5465;
}
</style>