Shades of Blush #BF475B
Tints of Blush #BF475B
RGB
CMYK
RGB Variations
Color information
#BF475B (or 0xBF475B) is known color: Blush. HEX triplet: BF, 47 and 5B. RGB value is (191,71,91). Sum of RGB (Red+Green+Blue) = 191+71+91=353 (46% of max value = 765). Red value is 191 (75% from 255 or 54.11% from 353); Green value is 71 (28.12% from 255 or 20.11% from 353); Blue value is 91 (35.94% from 255 or 25.78% from 353); Max value from RGB is 191 - color contains mainly: red. Hex color #BF475B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF475B is #40B8A4. Grayscale: #6D6D6D. Windows color (decimal): -4241573 or 5982143. OLE color: 5982143.
HSL color Cylindrical-coordinate representation of color #BF475B: hue angle of 350º 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 #BF475B is Cyan = 0, Magento = 0.63, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 71 | 91 | - |
| CMYK | 0 | 0.63 | 0.52 | 0.25 |
| HSL | 350º | 0.48% | 0.51% | - |
| HSV(B) | 350º | 0.63% | 0.75% | - |
| XYZ | 25.63 | 16.34 | 11.7 | - |
| YUV | 109.16 | 117.76 | 186.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 71 | 91 | 0 | 0.63 | 0.52 | 0.25 | 350 | 0.48 | 0.51 |
| Hex | BF | 47 | 5B | 0 | 3F | 34 | 19 | 15E | 30 | 33 |
| Octal | 277 | 107 | 133 | 0 | 77 | 64 | 31 | 536 | 60 | 63 |
| Binary | 10111111 | 1000111 | 1011011 | 0 | 111111 | 110100 | 11001 | 101011110 | 110000 | 110011 |
Color Harmonies of #BF475B
Complementary color
Monochromatic Colors of #BF475B
Black with #BF475B
Text Example
Text Example
White with #BF475B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF475B; }
p { color: rgb(191,71,91); }
H1.HeaderClassName
{
color: #BF475B;
}
.AnyTagClassName
{
color: #BF475B;
}
</style>
background-color css
<style>
a { background-color: #BF475B; }
a { background-color: rgb(191,71,91); }
div.DivClassName
{
background-color: #BF475B;
}
.BgClassName
{
background-color: #BF475B;
}
</style>
border-color css
<style>
span { border-color: #BF475B; }
span { border-color: rgb(191,71,91); }
td.TdClassName
{
border-color: #BF475B;
}
.TagClassName
{
border-color: #BF475B;
}
</style>