Shades of Blush #BF4A68
Tints of Blush #BF4A68
RGB
CMYK
RGB Variations
Color information
#BF4A68 (or 0xBF4A68) is known color: Blush. HEX triplet: BF, 4A and 68. RGB value is (191,74,104). Sum of RGB (Red+Green+Blue) = 191+74+104=369 (48% of max value = 765). Red value is 191 (75% from 255 or 51.76% from 369); Green value is 74 (29.30% from 255 or 20.05% from 369); Blue value is 104 (41.02% from 255 or 28.18% from 369); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4A68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4A68 is #40B597. Grayscale: #707070. Windows color (decimal): -4240792 or 6834879. OLE color: 6834879.
HSL color Cylindrical-coordinate representation of color #BF4A68: hue angle of 344.62º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BF4A68 is Cyan = 0, Magento = 0.61, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 74 | 104 | - |
| CMYK | 0 | 0.61 | 0.46 | 0.25 |
| HSL | 344.62º | 0.48% | 0.52% | - |
| HSV(B) | 344.62º | 0.61% | 0.75% | - |
| XYZ | 26.43 | 16.97 | 14.98 | - |
| YUV | 112.4 | 123.26 | 184.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 74 | 104 | 0 | 0.61 | 0.46 | 0.25 | 344.62 | 0.48 | 0.52 |
| Hex | BF | 4A | 68 | 0 | 3D | 2E | 19 | 159 | 30 | 34 |
| Octal | 277 | 112 | 150 | 0 | 75 | 56 | 31 | 531 | 60 | 64 |
| Binary | 10111111 | 1001010 | 1101000 | 0 | 111101 | 101110 | 11001 | 101011001 | 110000 | 110100 |
Color Harmonies of #BF4A68
Complementary color
Monochromatic Colors of #BF4A68
Black with #BF4A68
Text Example
Text Example
White with #BF4A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4A68; }
p { color: rgb(191,74,104); }
H1.HeaderClassName
{
color: #BF4A68;
}
.AnyTagClassName
{
color: #BF4A68;
}
</style>
background-color css
<style>
a { background-color: #BF4A68; }
a { background-color: rgb(191,74,104); }
div.DivClassName
{
background-color: #BF4A68;
}
.BgClassName
{
background-color: #BF4A68;
}
</style>
border-color css
<style>
span { border-color: #BF4A68; }
span { border-color: rgb(191,74,104); }
td.TdClassName
{
border-color: #BF4A68;
}
.TagClassName
{
border-color: #BF4A68;
}
</style>