Shades of Blush #BF4C6A
Tints of Blush #BF4C6A
RGB
CMYK
RGB Variations
Color information
#BF4C6A (or 0xBF4C6A) is known color: Blush. HEX triplet: BF, 4C and 6A. RGB value is (191,76,106). Sum of RGB (Red+Green+Blue) = 191+76+106=373 (49% of max value = 765). Red value is 191 (75% from 255 or 51.21% from 373); Green value is 76 (30.08% from 255 or 20.38% from 373); Blue value is 106 (41.80% from 255 or 28.42% from 373); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4C6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4C6A is #40B395. Grayscale: #717171. Windows color (decimal): -4240278 or 6966463. OLE color: 6966463.
HSL color Cylindrical-coordinate representation of color #BF4C6A: hue angle of 344.35º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BF4C6A is Cyan = 0, Magento = 0.60, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 76 | 106 | - |
| CMYK | 0 | 0.60 | 0.45 | 0.25 |
| HSL | 344.35º | 0.47% | 0.52% | - |
| HSV(B) | 344.35º | 0.6% | 0.75% | - |
| XYZ | 26.67 | 17.29 | 15.57 | - |
| YUV | 113.81 | 123.6 | 183.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 76 | 106 | 0 | 0.60 | 0.45 | 0.25 | 344.35 | 0.47 | 0.52 |
| Hex | BF | 4C | 6A | 0 | 3C | 2D | 19 | 158 | 2F | 34 |
| Octal | 277 | 114 | 152 | 0 | 74 | 55 | 31 | 530 | 57 | 64 |
| Binary | 10111111 | 1001100 | 1101010 | 0 | 111100 | 101101 | 11001 | 101011000 | 101111 | 110100 |
Color Harmonies of #BF4C6A
Complementary color
Monochromatic Colors of #BF4C6A
Black with #BF4C6A
Text Example
Text Example
White with #BF4C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4C6A; }
p { color: rgb(191,76,106); }
H1.HeaderClassName
{
color: #BF4C6A;
}
.AnyTagClassName
{
color: #BF4C6A;
}
</style>
background-color css
<style>
a { background-color: #BF4C6A; }
a { background-color: rgb(191,76,106); }
div.DivClassName
{
background-color: #BF4C6A;
}
.BgClassName
{
background-color: #BF4C6A;
}
</style>
border-color css
<style>
span { border-color: #BF4C6A; }
span { border-color: rgb(191,76,106); }
td.TdClassName
{
border-color: #BF4C6A;
}
.TagClassName
{
border-color: #BF4C6A;
}
</style>