Shades of Blush #BF4565
Tints of Blush #BF4565
RGB
CMYK
RGB Variations
Color information
#BF4565 (or 0xBF4565) is known color: Blush. HEX triplet: BF, 45 and 65. RGB value is (191,69,101). Sum of RGB (Red+Green+Blue) = 191+69+101=361 (47% of max value = 765). Red value is 191 (75% from 255 or 52.91% from 361); Green value is 69 (27.34% from 255 or 19.11% from 361); Blue value is 101 (39.84% from 255 or 27.98% from 361); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4565 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4565 is #40BA9A. Grayscale: #6D6D6D. Windows color (decimal): -4242075 or 6636991. OLE color: 6636991.
HSL color Cylindrical-coordinate representation of color #BF4565: hue angle of 344.26º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BF4565 is Cyan = 0, Magento = 0.64, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 69 | 101 | - |
| CMYK | 0 | 0.64 | 0.47 | 0.25 |
| HSL | 344.26º | 0.49% | 0.51% | - |
| HSV(B) | 344.26º | 0.64% | 0.75% | - |
| XYZ | 25.96 | 16.27 | 14.08 | - |
| YUV | 109.13 | 123.42 | 186.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 69 | 101 | 0 | 0.64 | 0.47 | 0.25 | 344.26 | 0.49 | 0.51 |
| Hex | BF | 45 | 65 | 0 | 40 | 2F | 19 | 158 | 31 | 33 |
| Octal | 277 | 105 | 145 | 0 | 100 | 57 | 31 | 530 | 61 | 63 |
| Binary | 10111111 | 1000101 | 1100101 | 0 | 1000000 | 101111 | 11001 | 101011000 | 110001 | 110011 |
Color Harmonies of #BF4565
Complementary color
Monochromatic Colors of #BF4565
Black with #BF4565
Text Example
Text Example
White with #BF4565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4565; }
p { color: rgb(191,69,101); }
H1.HeaderClassName
{
color: #BF4565;
}
.AnyTagClassName
{
color: #BF4565;
}
</style>
background-color css
<style>
a { background-color: #BF4565; }
a { background-color: rgb(191,69,101); }
div.DivClassName
{
background-color: #BF4565;
}
.BgClassName
{
background-color: #BF4565;
}
</style>
border-color css
<style>
span { border-color: #BF4565; }
span { border-color: rgb(191,69,101); }
td.TdClassName
{
border-color: #BF4565;
}
.TagClassName
{
border-color: #BF4565;
}
</style>