Shades of Blush #BF4465
Tints of Blush #BF4465
RGB
CMYK
RGB Variations
Color information
#BF4465 (or 0xBF4465) is known color: Blush. HEX triplet: BF, 44 and 65. RGB value is (191,68,101). Sum of RGB (Red+Green+Blue) = 191+68+101=360 (47% of max value = 765). Red value is 191 (75% from 255 or 53.06% from 360); Green value is 68 (26.95% from 255 or 18.89% from 360); Blue value is 101 (39.84% from 255 or 28.06% from 360); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4465 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4465 is #40BB9A. Grayscale: #6C6C6C. Windows color (decimal): -4242331 or 6636735. OLE color: 6636735.
HSL color Cylindrical-coordinate representation of color #BF4465: hue angle of 343.9º 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 #BF4465 is Cyan = 0, Magento = 0.64, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 68 | 101 | - |
| CMYK | 0 | 0.64 | 0.47 | 0.25 |
| HSL | 343.9º | 0.49% | 0.51% | - |
| HSV(B) | 343.9º | 0.64% | 0.75% | - |
| XYZ | 25.9 | 16.15 | 14.06 | - |
| YUV | 108.54 | 123.75 | 186.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 68 | 101 | 0 | 0.64 | 0.47 | 0.25 | 343.9 | 0.49 | 0.51 |
| Hex | BF | 44 | 65 | 0 | 40 | 2F | 19 | 158 | 31 | 33 |
| Octal | 277 | 104 | 145 | 0 | 100 | 57 | 31 | 530 | 61 | 63 |
| Binary | 10111111 | 1000100 | 1100101 | 0 | 1000000 | 101111 | 11001 | 101011000 | 110001 | 110011 |
Color Harmonies of #BF4465
Complementary color
Monochromatic Colors of #BF4465
Black with #BF4465
Text Example
Text Example
White with #BF4465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4465; }
p { color: rgb(191,68,101); }
H1.HeaderClassName
{
color: #BF4465;
}
.AnyTagClassName
{
color: #BF4465;
}
</style>
background-color css
<style>
a { background-color: #BF4465; }
a { background-color: rgb(191,68,101); }
div.DivClassName
{
background-color: #BF4465;
}
.BgClassName
{
background-color: #BF4465;
}
</style>
border-color css
<style>
span { border-color: #BF4465; }
span { border-color: rgb(191,68,101); }
td.TdClassName
{
border-color: #BF4465;
}
.TagClassName
{
border-color: #BF4465;
}
</style>