Shades of Blush #BF6268
Tints of Blush #BF6268
RGB
CMYK
RGB Variations
Color information
#BF6268 (or 0xBF6268) is known color: Blush. HEX triplet: BF, 62 and 68. RGB value is (191,98,104). Sum of RGB (Red+Green+Blue) = 191+98+104=393 (52% of max value = 765). Red value is 191 (75% from 255 or 48.60% from 393); Green value is 98 (38.67% from 255 or 24.94% from 393); Blue value is 104 (41.02% from 255 or 26.46% from 393); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6268 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6268 is #409D97. Grayscale: #7E7E7E. Windows color (decimal): -4234648 or 6841023. OLE color: 6841023.
HSL color Cylindrical-coordinate representation of color #BF6268: hue angle of 356.13º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BF6268 is Cyan = 0, Magento = 0.49, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 98 | 104 | - |
| CMYK | 0 | 0.49 | 0.46 | 0.25 |
| HSL | 356.13º | 0.42% | 0.57% | - |
| HSV(B) | 356.13º | 0.49% | 0.75% | - |
| XYZ | 28.35 | 20.81 | 15.62 | - |
| YUV | 126.49 | 115.31 | 174.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 98 | 104 | 0 | 0.49 | 0.46 | 0.25 | 356.13 | 0.42 | 0.57 |
| Hex | BF | 62 | 68 | 0 | 31 | 2E | 19 | 164 | 2A | 39 |
| Octal | 277 | 142 | 150 | 0 | 61 | 56 | 31 | 544 | 52 | 71 |
| Binary | 10111111 | 1100010 | 1101000 | 0 | 110001 | 101110 | 11001 | 101100100 | 101010 | 111001 |
Color Harmonies of #BF6268
Complementary color
Monochromatic Colors of #BF6268
Black with #BF6268
Text Example
Text Example
White with #BF6268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6268; }
p { color: rgb(191,98,104); }
H1.HeaderClassName
{
color: #BF6268;
}
.AnyTagClassName
{
color: #BF6268;
}
</style>
background-color css
<style>
a { background-color: #BF6268; }
a { background-color: rgb(191,98,104); }
div.DivClassName
{
background-color: #BF6268;
}
.BgClassName
{
background-color: #BF6268;
}
</style>
border-color css
<style>
span { border-color: #BF6268; }
span { border-color: rgb(191,98,104); }
td.TdClassName
{
border-color: #BF6268;
}
.TagClassName
{
border-color: #BF6268;
}
</style>