Shades of Blush #BF4A67
Tints of Blush #BF4A67
RGB
CMYK
RGB Variations
Color information
#BF4A67 (or 0xBF4A67) is known color: Blush. HEX triplet: BF, 4A and 67. RGB value is (191,74,103). Sum of RGB (Red+Green+Blue) = 191+74+103=368 (48% of max value = 765). Red value is 191 (75% from 255 or 51.90% from 368); Green value is 74 (29.30% from 255 or 20.11% from 368); Blue value is 103 (40.62% from 255 or 27.99% from 368); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4A67 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4A67 is #40B598. Grayscale: #707070. Windows color (decimal): -4240793 or 6769343. OLE color: 6769343.
HSL color Cylindrical-coordinate representation of color #BF4A67: hue angle of 345.13º 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 #BF4A67 is Cyan = 0, Magento = 0.61, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 74 | 103 | - |
| CMYK | 0 | 0.61 | 0.46 | 0.25 |
| HSL | 345.13º | 0.48% | 0.52% | - |
| HSV(B) | 345.13º | 0.61% | 0.75% | - |
| XYZ | 26.38 | 16.95 | 14.71 | - |
| YUV | 112.29 | 122.76 | 184.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 74 | 103 | 0 | 0.61 | 0.46 | 0.25 | 345.13 | 0.48 | 0.52 |
| Hex | BF | 4A | 67 | 0 | 3D | 2E | 19 | 159 | 30 | 34 |
| Octal | 277 | 112 | 147 | 0 | 75 | 56 | 31 | 531 | 60 | 64 |
| Binary | 10111111 | 1001010 | 1100111 | 0 | 111101 | 101110 | 11001 | 101011001 | 110000 | 110100 |
Color Harmonies of #BF4A67
Complementary color
Monochromatic Colors of #BF4A67
Black with #BF4A67
Text Example
Text Example
White with #BF4A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4A67; }
p { color: rgb(191,74,103); }
H1.HeaderClassName
{
color: #BF4A67;
}
.AnyTagClassName
{
color: #BF4A67;
}
</style>
background-color css
<style>
a { background-color: #BF4A67; }
a { background-color: rgb(191,74,103); }
div.DivClassName
{
background-color: #BF4A67;
}
.BgClassName
{
background-color: #BF4A67;
}
</style>
border-color css
<style>
span { border-color: #BF4A67; }
span { border-color: rgb(191,74,103); }
td.TdClassName
{
border-color: #BF4A67;
}
.TagClassName
{
border-color: #BF4A67;
}
</style>