Shades of Blush #BF495C
Tints of Blush #BF495C
RGB
CMYK
RGB Variations
Color information
#BF495C (or 0xBF495C) is known color: Blush. HEX triplet: BF, 49 and 5C. RGB value is (191,73,92). Sum of RGB (Red+Green+Blue) = 191+73+92=356 (47% of max value = 765). Red value is 191 (75% from 255 or 53.65% from 356); Green value is 73 (28.91% from 255 or 20.51% from 356); Blue value is 92 (36.33% from 255 or 25.84% from 356); Max value from RGB is 191 - color contains mainly: red. Hex color #BF495C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF495C is #40B6A3. Grayscale: #6E6E6E. Windows color (decimal): -4241060 or 6048191. OLE color: 6048191.
HSL color Cylindrical-coordinate representation of color #BF495C: hue angle of 350.34º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BF495C is Cyan = 0, Magento = 0.62, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 73 | 92 | - |
| CMYK | 0 | 0.62 | 0.52 | 0.25 |
| HSL | 350.34º | 0.48% | 0.52% | - |
| HSV(B) | 350.34º | 0.62% | 0.75% | - |
| XYZ | 25.8 | 16.61 | 11.97 | - |
| YUV | 110.45 | 117.59 | 185.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 73 | 92 | 0 | 0.62 | 0.52 | 0.25 | 350.34 | 0.48 | 0.52 |
| Hex | BF | 49 | 5C | 0 | 3E | 34 | 19 | 15E | 30 | 34 |
| Octal | 277 | 111 | 134 | 0 | 76 | 64 | 31 | 536 | 60 | 64 |
| Binary | 10111111 | 1001001 | 1011100 | 0 | 111110 | 110100 | 11001 | 101011110 | 110000 | 110100 |
Color Harmonies of #BF495C
Complementary color
Monochromatic Colors of #BF495C
Black with #BF495C
Text Example
Text Example
White with #BF495C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF495C; }
p { color: rgb(191,73,92); }
H1.HeaderClassName
{
color: #BF495C;
}
.AnyTagClassName
{
color: #BF495C;
}
</style>
background-color css
<style>
a { background-color: #BF495C; }
a { background-color: rgb(191,73,92); }
div.DivClassName
{
background-color: #BF495C;
}
.BgClassName
{
background-color: #BF495C;
}
</style>
border-color css
<style>
span { border-color: #BF495C; }
span { border-color: rgb(191,73,92); }
td.TdClassName
{
border-color: #BF495C;
}
.TagClassName
{
border-color: #BF495C;
}
</style>