Shades of Blush #BF4667
Tints of Blush #BF4667
RGB
CMYK
RGB Variations
Color information
#BF4667 (or 0xBF4667) is known color: Blush. HEX triplet: BF, 46 and 67. RGB value is (191,70,103). Sum of RGB (Red+Green+Blue) = 191+70+103=364 (48% of max value = 765). Red value is 191 (75% from 255 or 52.47% from 364); Green value is 70 (27.73% from 255 or 19.23% from 364); Blue value is 103 (40.62% from 255 or 28.30% from 364); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4667 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4667 is #40B998. Grayscale: #6D6D6D. Windows color (decimal): -4241817 or 6768319. OLE color: 6768319.
HSL color Cylindrical-coordinate representation of color #BF4667: hue angle of 343.64º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BF4667 is Cyan = 0, Magento = 0.63, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 70 | 103 | - |
| CMYK | 0 | 0.63 | 0.46 | 0.25 |
| HSL | 343.64º | 0.49% | 0.51% | - |
| HSV(B) | 343.64º | 0.63% | 0.75% | - |
| XYZ | 26.12 | 16.44 | 14.63 | - |
| YUV | 109.94 | 124.09 | 185.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 70 | 103 | 0 | 0.63 | 0.46 | 0.25 | 343.64 | 0.49 | 0.51 |
| Hex | BF | 46 | 67 | 0 | 3F | 2E | 19 | 158 | 31 | 33 |
| Octal | 277 | 106 | 147 | 0 | 77 | 56 | 31 | 530 | 61 | 63 |
| Binary | 10111111 | 1000110 | 1100111 | 0 | 111111 | 101110 | 11001 | 101011000 | 110001 | 110011 |
Color Harmonies of #BF4667
Complementary color
Monochromatic Colors of #BF4667
Black with #BF4667
Text Example
Text Example
White with #BF4667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4667; }
p { color: rgb(191,70,103); }
H1.HeaderClassName
{
color: #BF4667;
}
.AnyTagClassName
{
color: #BF4667;
}
</style>
background-color css
<style>
a { background-color: #BF4667; }
a { background-color: rgb(191,70,103); }
div.DivClassName
{
background-color: #BF4667;
}
.BgClassName
{
background-color: #BF4667;
}
</style>
border-color css
<style>
span { border-color: #BF4667; }
span { border-color: rgb(191,70,103); }
td.TdClassName
{
border-color: #BF4667;
}
.TagClassName
{
border-color: #BF4667;
}
</style>