Shades of Blush #BF5C6B
Tints of Blush #BF5C6B
RGB
CMYK
RGB Variations
Color information
#BF5C6B (or 0xBF5C6B) is known color: Blush. HEX triplet: BF, 5C and 6B. RGB value is (191,92,107). Sum of RGB (Red+Green+Blue) = 191+92+107=390 (51% of max value = 765). Red value is 191 (75% from 255 or 48.97% from 390); Green value is 92 (36.33% from 255 or 23.59% from 390); Blue value is 107 (42.19% from 255 or 27.44% from 390); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5C6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5C6B is #40A394. Grayscale: #7B7B7B. Windows color (decimal): -4236181 or 7036095. OLE color: 7036095.
HSL color Cylindrical-coordinate representation of color #BF5C6B: hue angle of 350.91º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BF5C6B is Cyan = 0, Magento = 0.52, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 92 | 107 | - |
| CMYK | 0 | 0.52 | 0.44 | 0.25 |
| HSL | 350.91º | 0.44% | 0.55% | - |
| HSV(B) | 350.91º | 0.52% | 0.75% | - |
| XYZ | 27.97 | 19.79 | 16.26 | - |
| YUV | 123.31 | 118.8 | 176.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 92 | 107 | 0 | 0.52 | 0.44 | 0.25 | 350.91 | 0.44 | 0.55 |
| Hex | BF | 5C | 6B | 0 | 34 | 2C | 19 | 15F | 2C | 37 |
| Octal | 277 | 134 | 153 | 0 | 64 | 54 | 31 | 537 | 54 | 67 |
| Binary | 10111111 | 1011100 | 1101011 | 0 | 110100 | 101100 | 11001 | 101011111 | 101100 | 110111 |
Color Harmonies of #BF5C6B
Complementary color
Monochromatic Colors of #BF5C6B
Black with #BF5C6B
Text Example
Text Example
White with #BF5C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5C6B; }
p { color: rgb(191,92,107); }
H1.HeaderClassName
{
color: #BF5C6B;
}
.AnyTagClassName
{
color: #BF5C6B;
}
</style>
background-color css
<style>
a { background-color: #BF5C6B; }
a { background-color: rgb(191,92,107); }
div.DivClassName
{
background-color: #BF5C6B;
}
.BgClassName
{
background-color: #BF5C6B;
}
</style>
border-color css
<style>
span { border-color: #BF5C6B; }
span { border-color: rgb(191,92,107); }
td.TdClassName
{
border-color: #BF5C6B;
}
.TagClassName
{
border-color: #BF5C6B;
}
</style>