Shades of Blush #BF506B
Tints of Blush #BF506B
RGB
CMYK
RGB Variations
Color information
#BF506B (or 0xBF506B) is known color: Blush. HEX triplet: BF, 50 and 6B. RGB value is (191,80,107). Sum of RGB (Red+Green+Blue) = 191+80+107=378 (50% of max value = 765). Red value is 191 (75% from 255 or 50.53% from 378); Green value is 80 (31.64% from 255 or 21.16% from 378); Blue value is 107 (42.19% from 255 or 28.31% from 378); Max value from RGB is 191 - color contains mainly: red. Hex color #BF506B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF506B is #40AF94. Grayscale: #747474. Windows color (decimal): -4239253 or 7033023. OLE color: 7033023.
HSL color Cylindrical-coordinate representation of color #BF506B: hue angle of 345.41º 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 #BF506B is Cyan = 0, Magento = 0.58, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 80 | 107 | - |
| CMYK | 0 | 0.58 | 0.44 | 0.25 |
| HSL | 345.41º | 0.46% | 0.53% | - |
| HSV(B) | 345.41º | 0.58% | 0.75% | - |
| XYZ | 27.01 | 17.88 | 15.94 | - |
| YUV | 116.27 | 122.77 | 181.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 80 | 107 | 0 | 0.58 | 0.44 | 0.25 | 345.41 | 0.46 | 0.53 |
| Hex | BF | 50 | 6B | 0 | 3A | 2C | 19 | 159 | 2E | 35 |
| Octal | 277 | 120 | 153 | 0 | 72 | 54 | 31 | 531 | 56 | 65 |
| Binary | 10111111 | 1010000 | 1101011 | 0 | 111010 | 101100 | 11001 | 101011001 | 101110 | 110101 |
Color Harmonies of #BF506B
Complementary color
Monochromatic Colors of #BF506B
Black with #BF506B
Text Example
Text Example
White with #BF506B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF506B; }
p { color: rgb(191,80,107); }
H1.HeaderClassName
{
color: #BF506B;
}
.AnyTagClassName
{
color: #BF506B;
}
</style>
background-color css
<style>
a { background-color: #BF506B; }
a { background-color: rgb(191,80,107); }
div.DivClassName
{
background-color: #BF506B;
}
.BgClassName
{
background-color: #BF506B;
}
</style>
border-color css
<style>
span { border-color: #BF506B; }
span { border-color: rgb(191,80,107); }
td.TdClassName
{
border-color: #BF506B;
}
.TagClassName
{
border-color: #BF506B;
}
</style>