Shades of Blush #BF5D68
Tints of Blush #BF5D68
RGB
CMYK
RGB Variations
Color information
#BF5D68 (or 0xBF5D68) is known color: Blush. HEX triplet: BF, 5D and 68. RGB value is (191,93,104). Sum of RGB (Red+Green+Blue) = 191+93+104=388 (51% of max value = 765). Red value is 191 (75% from 255 or 49.23% from 388); Green value is 93 (36.72% from 255 or 23.97% from 388); Blue value is 104 (41.02% from 255 or 26.80% from 388); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5D68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5D68 is #40A297. Grayscale: #7B7B7B. Windows color (decimal): -4235928 or 6839743. OLE color: 6839743.
HSL color Cylindrical-coordinate representation of color #BF5D68: hue angle of 353.27º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BF5D68 is Cyan = 0, Magento = 0.51, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 93 | 104 | - |
| CMYK | 0 | 0.51 | 0.46 | 0.25 |
| HSL | 353.27º | 0.43% | 0.56% | - |
| HSV(B) | 353.27º | 0.51% | 0.75% | - |
| XYZ | 27.9 | 19.9 | 15.47 | - |
| YUV | 123.56 | 116.97 | 176.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 93 | 104 | 0 | 0.51 | 0.46 | 0.25 | 353.27 | 0.43 | 0.56 |
| Hex | BF | 5D | 68 | 0 | 33 | 2E | 19 | 161 | 2B | 38 |
| Octal | 277 | 135 | 150 | 0 | 63 | 56 | 31 | 541 | 53 | 70 |
| Binary | 10111111 | 1011101 | 1101000 | 0 | 110011 | 101110 | 11001 | 101100001 | 101011 | 111000 |
Color Harmonies of #BF5D68
Complementary color
Monochromatic Colors of #BF5D68
Black with #BF5D68
Text Example
Text Example
White with #BF5D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5D68; }
p { color: rgb(191,93,104); }
H1.HeaderClassName
{
color: #BF5D68;
}
.AnyTagClassName
{
color: #BF5D68;
}
</style>
background-color css
<style>
a { background-color: #BF5D68; }
a { background-color: rgb(191,93,104); }
div.DivClassName
{
background-color: #BF5D68;
}
.BgClassName
{
background-color: #BF5D68;
}
</style>
border-color css
<style>
span { border-color: #BF5D68; }
span { border-color: rgb(191,93,104); }
td.TdClassName
{
border-color: #BF5D68;
}
.TagClassName
{
border-color: #BF5D68;
}
</style>