Shades of Blush #BF4768
Tints of Blush #BF4768
RGB
CMYK
RGB Variations
Color information
#BF4768 (or 0xBF4768) is known color: Blush. HEX triplet: BF, 47 and 68. RGB value is (191,71,104). Sum of RGB (Red+Green+Blue) = 191+71+104=366 (48% of max value = 765). Red value is 191 (75% from 255 or 52.19% from 366); Green value is 71 (28.12% from 255 or 19.40% from 366); Blue value is 104 (41.02% from 255 or 28.42% from 366); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4768 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4768 is #40B897. Grayscale: #6E6E6E. Windows color (decimal): -4241560 or 6834111. OLE color: 6834111.
HSL color Cylindrical-coordinate representation of color #BF4768: hue angle of 343.5º degrees, saturation: 0.48, 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 #BF4768 is Cyan = 0, Magento = 0.63, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 71 | 104 | - |
| CMYK | 0 | 0.63 | 0.46 | 0.25 |
| HSL | 343.5º | 0.48% | 0.51% | - |
| HSV(B) | 343.5º | 0.63% | 0.75% | - |
| XYZ | 26.24 | 16.58 | 14.91 | - |
| YUV | 110.64 | 124.26 | 185.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 71 | 104 | 0 | 0.63 | 0.46 | 0.25 | 343.5 | 0.48 | 0.51 |
| Hex | BF | 47 | 68 | 0 | 3F | 2E | 19 | 158 | 30 | 33 |
| Octal | 277 | 107 | 150 | 0 | 77 | 56 | 31 | 530 | 60 | 63 |
| Binary | 10111111 | 1000111 | 1101000 | 0 | 111111 | 101110 | 11001 | 101011000 | 110000 | 110011 |
Color Harmonies of #BF4768
Complementary color
Monochromatic Colors of #BF4768
Black with #BF4768
Text Example
Text Example
White with #BF4768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4768; }
p { color: rgb(191,71,104); }
H1.HeaderClassName
{
color: #BF4768;
}
.AnyTagClassName
{
color: #BF4768;
}
</style>
background-color css
<style>
a { background-color: #BF4768; }
a { background-color: rgb(191,71,104); }
div.DivClassName
{
background-color: #BF4768;
}
.BgClassName
{
background-color: #BF4768;
}
</style>
border-color css
<style>
span { border-color: #BF4768; }
span { border-color: rgb(191,71,104); }
td.TdClassName
{
border-color: #BF4768;
}
.TagClassName
{
border-color: #BF4768;
}
</style>