Shades of Blush #BF5D6C
Tints of Blush #BF5D6C
RGB
CMYK
RGB Variations
Color information
#BF5D6C (or 0xBF5D6C) is known color: Blush. HEX triplet: BF, 5D and 6C. RGB value is (191,93,108). Sum of RGB (Red+Green+Blue) = 191+93+108=392 (51% of max value = 765). Red value is 191 (75% from 255 or 48.72% from 392); Green value is 93 (36.72% from 255 or 23.72% from 392); Blue value is 108 (42.58% from 255 or 27.55% from 392); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5D6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5D6C is #40A293. Grayscale: #7C7C7C. Windows color (decimal): -4235924 or 7101887. OLE color: 7101887.
HSL color Cylindrical-coordinate representation of color #BF5D6C: hue angle of 350.82º 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 #BF5D6C is Cyan = 0, Magento = 0.51, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 93 | 108 | - |
| CMYK | 0 | 0.51 | 0.43 | 0.25 |
| HSL | 350.82º | 0.43% | 0.56% | - |
| HSV(B) | 350.82º | 0.51% | 0.75% | - |
| XYZ | 28.11 | 19.99 | 16.56 | - |
| YUV | 124.01 | 118.97 | 175.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 93 | 108 | 0 | 0.51 | 0.43 | 0.25 | 350.82 | 0.43 | 0.56 |
| Hex | BF | 5D | 6C | 0 | 33 | 2B | 19 | 15F | 2B | 38 |
| Octal | 277 | 135 | 154 | 0 | 63 | 53 | 31 | 537 | 53 | 70 |
| Binary | 10111111 | 1011101 | 1101100 | 0 | 110011 | 101011 | 11001 | 101011111 | 101011 | 111000 |
Color Harmonies of #BF5D6C
Complementary color
Monochromatic Colors of #BF5D6C
Black with #BF5D6C
Text Example
Text Example
White with #BF5D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5D6C; }
p { color: rgb(191,93,108); }
H1.HeaderClassName
{
color: #BF5D6C;
}
.AnyTagClassName
{
color: #BF5D6C;
}
</style>
background-color css
<style>
a { background-color: #BF5D6C; }
a { background-color: rgb(191,93,108); }
div.DivClassName
{
background-color: #BF5D6C;
}
.BgClassName
{
background-color: #BF5D6C;
}
</style>
border-color css
<style>
span { border-color: #BF5D6C; }
span { border-color: rgb(191,93,108); }
td.TdClassName
{
border-color: #BF5D6C;
}
.TagClassName
{
border-color: #BF5D6C;
}
</style>