Shades of Blush #BF5365
Tints of Blush #BF5365
RGB
CMYK
RGB Variations
Color information
#BF5365 (or 0xBF5365) is known color: Blush. HEX triplet: BF, 53 and 65. RGB value is (191,83,101). Sum of RGB (Red+Green+Blue) = 191+83+101=375 (49% of max value = 765). Red value is 191 (75% from 255 or 50.93% from 375); Green value is 83 (32.81% from 255 or 22.13% from 375); Blue value is 101 (39.84% from 255 or 26.93% from 375); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5365 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5365 is #40AC9A. Grayscale: #757575. Windows color (decimal): -4238491 or 6640575. OLE color: 6640575.
HSL color Cylindrical-coordinate representation of color #BF5365: hue angle of 350º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BF5365 is Cyan = 0, Magento = 0.57, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 83 | 101 | - |
| CMYK | 0 | 0.57 | 0.47 | 0.25 |
| HSL | 350º | 0.46% | 0.54% | - |
| HSV(B) | 350º | 0.57% | 0.75% | - |
| XYZ | 26.93 | 18.2 | 14.41 | - |
| YUV | 117.34 | 118.78 | 180.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 83 | 101 | 0 | 0.57 | 0.47 | 0.25 | 350 | 0.46 | 0.54 |
| Hex | BF | 53 | 65 | 0 | 39 | 2F | 19 | 15E | 2E | 36 |
| Octal | 277 | 123 | 145 | 0 | 71 | 57 | 31 | 536 | 56 | 66 |
| Binary | 10111111 | 1010011 | 1100101 | 0 | 111001 | 101111 | 11001 | 101011110 | 101110 | 110110 |
Color Harmonies of #BF5365
Complementary color
Monochromatic Colors of #BF5365
Black with #BF5365
Text Example
Text Example
White with #BF5365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5365; }
p { color: rgb(191,83,101); }
H1.HeaderClassName
{
color: #BF5365;
}
.AnyTagClassName
{
color: #BF5365;
}
</style>
background-color css
<style>
a { background-color: #BF5365; }
a { background-color: rgb(191,83,101); }
div.DivClassName
{
background-color: #BF5365;
}
.BgClassName
{
background-color: #BF5365;
}
</style>
border-color css
<style>
span { border-color: #BF5365; }
span { border-color: rgb(191,83,101); }
td.TdClassName
{
border-color: #BF5365;
}
.TagClassName
{
border-color: #BF5365;
}
</style>