Shades of Blush #BF506C
Tints of Blush #BF506C
RGB
CMYK
RGB Variations
Color information
#BF506C (or 0xBF506C) is known color: Blush. HEX triplet: BF, 50 and 6C. RGB value is (191,80,108). Sum of RGB (Red+Green+Blue) = 191+80+108=379 (50% of max value = 765). Red value is 191 (75% from 255 or 50.40% from 379); Green value is 80 (31.64% from 255 or 21.11% from 379); Blue value is 108 (42.58% from 255 or 28.50% from 379); Max value from RGB is 191 - color contains mainly: red. Hex color #BF506C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF506C is #40AF93. Grayscale: #747474. Windows color (decimal): -4239252 or 7098559. OLE color: 7098559.
HSL color Cylindrical-coordinate representation of color #BF506C: hue angle of 344.86º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BF506C is Cyan = 0, Magento = 0.58, Yellow = 0.43 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 80 | 108 | - |
| CMYK | 0 | 0.58 | 0.43 | 0.25 |
| HSL | 344.86º | 0.46% | 0.53% | - |
| HSV(B) | 344.86º | 0.58% | 0.75% | - |
| XYZ | 27.06 | 17.9 | 16.22 | - |
| YUV | 116.38 | 123.27 | 181.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 80 | 108 | 0 | 0.58 | 0.43 | 0.25 | 344.86 | 0.46 | 0.53 |
| Hex | BF | 50 | 6C | 0 | 3A | 2B | 19 | 159 | 2E | 35 |
| Octal | 277 | 120 | 154 | 0 | 72 | 53 | 31 | 531 | 56 | 65 |
| Binary | 10111111 | 1010000 | 1101100 | 0 | 111010 | 101011 | 11001 | 101011001 | 101110 | 110101 |
Color Harmonies of #BF506C
Complementary color
Monochromatic Colors of #BF506C
Black with #BF506C
Text Example
Text Example
White with #BF506C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF506C; }
p { color: rgb(191,80,108); }
H1.HeaderClassName
{
color: #BF506C;
}
.AnyTagClassName
{
color: #BF506C;
}
</style>
background-color css
<style>
a { background-color: #BF506C; }
a { background-color: rgb(191,80,108); }
div.DivClassName
{
background-color: #BF506C;
}
.BgClassName
{
background-color: #BF506C;
}
</style>
border-color css
<style>
span { border-color: #BF506C; }
span { border-color: rgb(191,80,108); }
td.TdClassName
{
border-color: #BF506C;
}
.TagClassName
{
border-color: #BF506C;
}
</style>