Shades of Blush #BF4965
Tints of Blush #BF4965
RGB
CMYK
RGB Variations
Color information
#BF4965 (or 0xBF4965) is known color: Blush. HEX triplet: BF, 49 and 65. RGB value is (191,73,101). Sum of RGB (Red+Green+Blue) = 191+73+101=365 (48% of max value = 765). Red value is 191 (75% from 255 or 52.33% from 365); Green value is 73 (28.91% from 255 or 20% from 365); Blue value is 101 (39.84% from 255 or 27.67% from 365); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4965 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4965 is #40B69A. Grayscale: #6F6F6F. Windows color (decimal): -4241051 or 6638015. OLE color: 6638015.
HSL color Cylindrical-coordinate representation of color #BF4965: hue angle of 345.76º 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 #BF4965 is Cyan = 0, Magento = 0.62, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 73 | 101 | - |
| CMYK | 0 | 0.62 | 0.47 | 0.25 |
| HSL | 345.76º | 0.48% | 0.52% | - |
| HSV(B) | 345.76º | 0.62% | 0.75% | - |
| XYZ | 26.22 | 16.78 | 14.17 | - |
| YUV | 111.47 | 122.09 | 184.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 73 | 101 | 0 | 0.62 | 0.47 | 0.25 | 345.76 | 0.48 | 0.52 |
| Hex | BF | 49 | 65 | 0 | 3E | 2F | 19 | 15A | 30 | 34 |
| Octal | 277 | 111 | 145 | 0 | 76 | 57 | 31 | 532 | 60 | 64 |
| Binary | 10111111 | 1001001 | 1100101 | 0 | 111110 | 101111 | 11001 | 101011010 | 110000 | 110100 |
Color Harmonies of #BF4965
Complementary color
Monochromatic Colors of #BF4965
Black with #BF4965
Text Example
Text Example
White with #BF4965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4965; }
p { color: rgb(191,73,101); }
H1.HeaderClassName
{
color: #BF4965;
}
.AnyTagClassName
{
color: #BF4965;
}
</style>
background-color css
<style>
a { background-color: #BF4965; }
a { background-color: rgb(191,73,101); }
div.DivClassName
{
background-color: #BF4965;
}
.BgClassName
{
background-color: #BF4965;
}
</style>
border-color css
<style>
span { border-color: #BF4965; }
span { border-color: rgb(191,73,101); }
td.TdClassName
{
border-color: #BF4965;
}
.TagClassName
{
border-color: #BF4965;
}
</style>