Shades of Blush #BF5C69
Tints of Blush #BF5C69
RGB
CMYK
RGB Variations
Color information
#BF5C69 (or 0xBF5C69) is known color: Blush. HEX triplet: BF, 5C and 69. RGB value is (191,92,105). Sum of RGB (Red+Green+Blue) = 191+92+105=388 (51% of max value = 765). Red value is 191 (75% from 255 or 49.23% from 388); Green value is 92 (36.33% from 255 or 23.71% from 388); Blue value is 105 (41.41% from 255 or 27.06% from 388); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5C69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5C69 is #40A396. Grayscale: #7B7B7B. Windows color (decimal): -4236183 or 6905023. OLE color: 6905023.
HSL color Cylindrical-coordinate representation of color #BF5C69: hue angle of 352.12º 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 #BF5C69 is Cyan = 0, Magento = 0.52, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 92 | 105 | - |
| CMYK | 0 | 0.52 | 0.45 | 0.25 |
| HSL | 352.12º | 0.44% | 0.55% | - |
| HSV(B) | 352.12º | 0.52% | 0.75% | - |
| XYZ | 27.86 | 19.75 | 15.71 | - |
| YUV | 123.08 | 117.8 | 176.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 92 | 105 | 0 | 0.52 | 0.45 | 0.25 | 352.12 | 0.44 | 0.55 |
| Hex | BF | 5C | 69 | 0 | 34 | 2D | 19 | 160 | 2C | 37 |
| Octal | 277 | 134 | 151 | 0 | 64 | 55 | 31 | 540 | 54 | 67 |
| Binary | 10111111 | 1011100 | 1101001 | 0 | 110100 | 101101 | 11001 | 101100000 | 101100 | 110111 |
Color Harmonies of #BF5C69
Complementary color
Monochromatic Colors of #BF5C69
Black with #BF5C69
Text Example
Text Example
White with #BF5C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5C69; }
p { color: rgb(191,92,105); }
H1.HeaderClassName
{
color: #BF5C69;
}
.AnyTagClassName
{
color: #BF5C69;
}
</style>
background-color css
<style>
a { background-color: #BF5C69; }
a { background-color: rgb(191,92,105); }
div.DivClassName
{
background-color: #BF5C69;
}
.BgClassName
{
background-color: #BF5C69;
}
</style>
border-color css
<style>
span { border-color: #BF5C69; }
span { border-color: rgb(191,92,105); }
td.TdClassName
{
border-color: #BF5C69;
}
.TagClassName
{
border-color: #BF5C69;
}
</style>