Shades of Blush #BF5D6B
Tints of Blush #BF5D6B
RGB
CMYK
RGB Variations
Color information
#BF5D6B (or 0xBF5D6B) is known color: Blush. HEX triplet: BF, 5D and 6B. RGB value is (191,93,107). Sum of RGB (Red+Green+Blue) = 191+93+107=391 (51% of max value = 765). Red value is 191 (75% from 255 or 48.85% from 391); Green value is 93 (36.72% from 255 or 23.79% from 391); Blue value is 107 (42.19% from 255 or 27.37% from 391); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5D6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5D6B is #40A294. Grayscale: #7B7B7B. Windows color (decimal): -4235925 or 7036351. OLE color: 7036351.
HSL color Cylindrical-coordinate representation of color #BF5D6B: hue angle of 351.43º 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 #BF5D6B is Cyan = 0, Magento = 0.51, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
RGB | 191 | 93 | 107 | - |
CMYK | 0 | 0.51 | 0.44 | 0.25 |
HSL | 351.43º | 0.43% | 0.56% | - |
HSV(B) | 351.43º | 0.51% | 0.75% | - |
XYZ | 28.05 | 19.97 | 16.29 | - |
YUV | 123.9 | 118.47 | 175.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 93 | 107 | 0 | 0.51 | 0.44 | 0.25 | 351.43 | 0.43 | 0.56 |
Hex | BF | 5D | 6B | 0 | 33 | 2C | 19 | 15F | 2B | 38 |
Octal | 277 | 135 | 153 | 0 | 63 | 54 | 31 | 537 | 53 | 70 |
Binary | 10111111 | 1011101 | 1101011 | 0 | 110011 | 101100 | 11001 | 101011111 | 101011 | 111000 |
Color Harmonies of #BF5D6B
Complementary color
Monochromatic Colors of #BF5D6B
Black with #BF5D6B
Text Example
Text Example
White with #BF5D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5D6B; }
p { color: rgb(191,93,107); }
H1.HeaderClassName
{
color: #BF5D6B;
}
.AnyTagClassName
{
color: #BF5D6B;
}
</style>
background-color css
<style>
a { background-color: #BF5D6B; }
a { background-color: rgb(191,93,107); }
div.DivClassName
{
background-color: #BF5D6B;
}
.BgClassName
{
background-color: #BF5D6B;
}
</style>
border-color css
<style>
span { border-color: #BF5D6B; }
span { border-color: rgb(191,93,107); }
td.TdClassName
{
border-color: #BF5D6B;
}
.TagClassName
{
border-color: #BF5D6B;
}
</style>