Shades of Blush #BF445D
Tints of Blush #BF445D
RGB
CMYK
RGB Variations
Color information
#BF445D (or 0xBF445D) is known color: Blush. HEX triplet: BF, 44 and 5D. RGB value is (191,68,93). Sum of RGB (Red+Green+Blue) = 191+68+93=352 (46% of max value = 765). Red value is 191 (75% from 255 or 54.26% from 352); Green value is 68 (26.95% from 255 or 19.32% from 352); Blue value is 93 (36.72% from 255 or 26.42% from 352); Max value from RGB is 191 - color contains mainly: red. Hex color #BF445D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF445D is #40BBA2. Grayscale: #6B6B6B. Windows color (decimal): -4242339 or 6112447. OLE color: 6112447.
HSL color Cylindrical-coordinate representation of color #BF445D: hue angle of 347.8º 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 #BF445D is Cyan = 0, Magento = 0.64, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 68 | 93 | - |
| CMYK | 0 | 0.64 | 0.51 | 0.25 |
| HSL | 347.8º | 0.49% | 0.51% | - |
| HSV(B) | 347.8º | 0.64% | 0.75% | - |
| XYZ | 25.53 | 16 | 12.1 | - |
| YUV | 107.63 | 119.75 | 187.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 68 | 93 | 0 | 0.64 | 0.51 | 0.25 | 347.8 | 0.49 | 0.51 |
| Hex | BF | 44 | 5D | 0 | 40 | 33 | 19 | 15C | 31 | 33 |
| Octal | 277 | 104 | 135 | 0 | 100 | 63 | 31 | 534 | 61 | 63 |
| Binary | 10111111 | 1000100 | 1011101 | 0 | 1000000 | 110011 | 11001 | 101011100 | 110001 | 110011 |
Color Harmonies of #BF445D
Complementary color
Monochromatic Colors of #BF445D
Black with #BF445D
Text Example
Text Example
White with #BF445D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF445D; }
p { color: rgb(191,68,93); }
H1.HeaderClassName
{
color: #BF445D;
}
.AnyTagClassName
{
color: #BF445D;
}
</style>
background-color css
<style>
a { background-color: #BF445D; }
a { background-color: rgb(191,68,93); }
div.DivClassName
{
background-color: #BF445D;
}
.BgClassName
{
background-color: #BF445D;
}
</style>
border-color css
<style>
span { border-color: #BF445D; }
span { border-color: rgb(191,68,93); }
td.TdClassName
{
border-color: #BF445D;
}
.TagClassName
{
border-color: #BF445D;
}
</style>